Hi,
I would like to know if there is a way to generate .bin image of the project without any debug information.
I know that it is possible to add a post build step to convert .out file to .bin but unfortunately it does not suit my needs as it has a lot of information other than the code like folder name, etc. which is affecting the CRC code generation when done from multiple laptops.
I would like to generate .bin image of just the executable code without any computer dependent information appended to it.
Regards,
Rashmitha

