Project’Project_Dir is the directory where the .gpr file is, and Project’Name is the .gpr file’s name (in this case, demo_tasking). As you can see from the comment, there should be a --create-map-file switch to automate this, but it doesn’t work with the current cross-compiler. I think I know why, and it should be fixed in the next compiler release I make.
srini said, in [tickets:#9],
b. If I wanted to find the memory map of the binary, i.e. ROM space used, addresses used, how can I generate this map?
Look at
demo_tasking.gpr, packageLinker:Project’Project_Diris the directory where the .gpr file is, andProject’Nameis the .gpr file’s name (in this case,demo_tasking). As you can see from the comment, there should be a--create-map-fileswitch to automate this, but it doesn’t work with the current cross-compiler. I think I know why, and it should be fixed in the next compiler release I make.Related
Tickets:
#9