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!
Thanks!