Hi,
How can i get a loadmap of all variables of my project with HITOP :?:
Hi Chris,
Thank you. With wich program can i print the *.map file :?:
Br,
Rainer
Hilscher Gesellschaft fuer Systemautomation mbH
Hi Rainer,
it is a simple ASCI text file. You can use the standard Windows editor.
Hi AJ,
Yes right, but when i open it with a ASCII Editor there is no format in the file. Gives there a programm wich sorted the variables with the adresses :?:
Br,
Rainer
Hilscher Gesellschaft fuer Systemautomation mbH
Sorry, but I do not know any application, which will do this.
Chris Frickel
Hilscher
Hi Rainer,
Just add a "-Map something.map" to the linker flags in your hitop project. "something.map" shows a detailed memory map with all globals after the compile/link procedure.