I have a project that I want to use as the basis for a new project. I use copy in MPLABX to get a new project.
Try to compile the new project and get an error
"newProject.X.debug.elf does not exist or is not executable"
So, I go find said file and find that all debug and production files still have the old project name.
I rename them to the new project name.
It now compiles.
After a little while any changes I make are not being effected.
I check the files again, I now have two sets of files, the ones I renamed and a new set with the old project name.
Checking the file times, I notice the old project named files have the current time.
I think it's compiling to the old named files and loading the new named files. Hence, no changes are being made!!
HOW is such a buggy piece of software even allowed to exist.
Anyone know how to get around this?
Mike.
Try to compile the new project and get an error
"newProject.X.debug.elf does not exist or is not executable"
So, I go find said file and find that all debug and production files still have the old project name.
I rename them to the new project name.
It now compiles.
After a little while any changes I make are not being effected.
I check the files again, I now have two sets of files, the ones I renamed and a new set with the old project name.
Checking the file times, I notice the old project named files have the current time.
I think it's compiling to the old named files and loading the new named files. Hence, no changes are being made!!
HOW is such a buggy piece of software even allowed to exist.
Anyone know how to get around this?
Mike.