Forum Discussion
Altera_Forum
Honored Contributor
20 years agosection .text overlaps section .entry
Hello, I defined an internal ROM with 16kBytes (0x00c08000-0x00c0bfff) and an internal RAM with 2kBytes starting at address 0x00c02000. Small C library and Reduced Device Drviers are used. ...
Altera_Forum
Honored Contributor
20 years agoYou can also add following options to your project setting under C/C++ build -> Linker ->General
-Xlinker -Map -Xlinker map.txt This will produce a detailed map file in same directory with your .elf file so you can take a closer look where your data and code is located.