This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Compiling my project in different PCs ?

I want to know if it is normal to have different hex files after compiling the same project from each one in a different PCs using the same IDE Keil ? That's really strange .. And Any explication for that please ?

Both hex function as demanded wherever are compiled.

Parents
  • if it is the same project settings, same keil version with same underlying cross compiler in the same operating system of the PC with same processor, then I would expect that the hex files would not differ. If anything of the above differs, then different hex file is not a shocking news.

    In short if exactly same cross compiler executable is used to compile your project with same settings, then the hex files must be same.

  • The settings are the same I didin't change any thing , i just take the project from a PC to the other one and open it with Keil, compile it and make the difference. The PC characteristics are the same ( processor , operating system..) . The only thing, is the cross compiler, i don't know how can i check what is my cross compiler ?

Reply Children
No Data
Related