Hi all, I have an evaluation version running V2.31 with following stuff... V51.exe V7.01 OH51.exe V2.6 BL51.exe V5.01 EACH TIME I a load an older (working) project and recompile it without ANY changes ... The Hex file is incorrect. I need to RECOMPILE ALL before it works... It is possible to repeat the failure! Anyone with the same problem? Any solution? Kind Regards
i'm using µvision3 and i made the experience that in case of using an folder for my created objects with a path longer than 7 steps (i mean c:\programm\keil\arm\gnu\examples\sensor\flash...) the hex file is only created once. when i delete the hex file and compile my changed code again, it creates all c files correctly but not the hex file. it is only created again when i restart my computer. after i selected a shorter path everything works fine...
You have spotted the problem!
"c:\programm\keil\arm\gnu\examples\sensor\flash" Remember that the GNU tools originate in UNIX land; I have seen this sort of "oddity" before (not under Keil) where GNU does not totally understand the ways of Microsoft... :-(