This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

remove project path info from binary/hex file

Hi,

is there a way in keil to remove info about project path like C:\...............from generated .bin or hex file?

thanks

Parents
  • Where do you see a path in a hex file? This is impossible because a hex file does not contain debug information. The same applies for a .bin files.

    It is different for .axf files which are generated by the linker. These files may contain debug information with path information of the involved source files.

Reply
  • Where do you see a path in a hex file? This is impossible because a hex file does not contain debug information. The same applies for a .bin files.

    It is different for .axf files which are generated by the linker. These files may contain debug information with path information of the involved source files.

Children