Forum Discussion
Unable to build .elf file in NIOS eclipse II ,
I am working on FPGA cyclone V DE-10, with quartus LIte version
When I build the project on nios II, the ".elf" file is not generated, I've configured the bsp file properties (turn on reduce drivers and small C library), but it remain the same problem " error make **[lll.elf] , i try to delete the project and restart , but nothing changed, i cannot even compile HELLO world for template, i got the same error.
Anybody has a solution ?
thank you all
3 Replies
- AnandRaj_S_Intel
Regular Contributor
Hi,
You can find more information about error by checking console messages.Do attache the complete eclipse console log/project.
Error may be due to memory overflow. If so, you can increase the on-chip memory size.
Refer previous thread which have similar problem
https://forums.intel.com/s/question/0D50P00003yyRrdSAE/make-myhelloworldelf-error-1
Regards
Anand
- JEL_W
New Contributor
Thank you all ,
the problem is solved ,
I need to increase the onchip memory size .