I want to simulate in proteus a program that I made, but it was compiled using MPLABX on linux, proteus is running in a virtual machine and windows XP. My computer is hardware less, so try to run MPLABX on the virtual machine is really demanding for my netbook. Also, to run proteus under wine is really buggy.
The generated COFF file is pointing to my source code using the absolute path in linux format, because of that proteus can't load the source code for debugging, it simply can't undertand what path it is. I've already try to edit the path manually using an HEX editor and try to a valid windows format, but then, when I try to load it, it throws me an error saying that the file was corrupted.
Any ideas??