[ABANDONED] Ozone - remap source files

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [ABANDONED] Ozone - remap source files

    I've just started using Ozone under Windows 10. I build my code using Cygwin. The resulting .elf file specifies the source files with a "/mnt/c" prepended to each source path/file name. When I open the project in Ozone, I get "File not found" errors due to the extra path at the beginning of each file that Cygwin adds. Is there a way to tell Ozone to remap these files to the path it understands? I tried typing Project.AddPathSubstitute ("/mnt/c", "/"); into the Console window, but that did not have any affect.
    Thanks!
  • Hello,

    Thank you for your inquiry.
    Try using the project dir macro with the absolute path added that gets output as error in Ozone instead:
    Project.AddPathSubstitute("C:/work/Test", "$(ProjectDir)"); for example.

    Does that work for you?

    Best regards,
    Nino
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.