- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello everyone,
I use Quartus 11.In eclipse,when tried to build,i got one strange error which i am not able to understand. My qsys generation successful as well as the quartus compilation,and in eclipse "hello world" program also ran successfully.But when tried to write my own code in nios without any error.I got the following error --- Quote Start --- address 0x1b5c8 of epcs_qsys.elf section `.bss' is not within region address 0x1b5c8 of epcs_qsys.elf section `.onchip_ram' is not within region --- Quote End --- It is saying something about the "epcs" which i used but i am not able to understand. My programming memory is "on-chip" which is the only memory in my system. Kindly tell me possible solutions for this.링크가 복사됨
1 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
At a guess the linker is complaining because the program is larger than the size of the memory region defined in the link script.
