I am building .elf files in Codewarrior 10.6 Special Edition for Eclipse. I am seeing file paths inside of the .elf file which are absolute paths and not relative! This seems like a strange thing to have in a binary output of a build process! I am even surprised that there are file paths in the file at all...
I am interested in having an output binary which is created exactly the same on every machine it is built on, as long as they have the same source files and IDE version. Can I do this with the output .elf?
Did I miss a setting in CW IDE? Is this common to have in output binaries? Can someone shed a bit of experiential light on this issue?
Thanks for any help in advance!
Dan