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. When compiling the design the linker puts out the following error: section .text [00c08000 -> 00c09223] overlaps section .entry [00c08000 -> 00c0801f] In my opinion there is enough space left in the internal ROM, because the software seems to use only from ..8000 to ..9223. Why can't the linker separate the .text section from the .entry section!?!??!? Any ideas or hints!?!??! Thanks damc