Forum Discussion
ZKhan1
Occasional Contributor
7 years agoDE2-115 Media Example
Hi all , I have been trying to run DE2-115 Media Computer example with no success. I tried to compile its Nios app in eclipse but i always get "Make elf error 1" . I have tried modifying i.e connect...
Ahmed_H_Intel1
Frequent Contributor
7 years agoDo you see this error even with Hello World example (before adding your code)?
I've tested your files and working fine until printing "Hello from Nios II"
Can you try this and see? If there is no error then we should run through the code and see. Maybe something went wrong.
else you can try the following (might help):
Right click the BSP project ... NIOS II... Edit BSP... check "Enable small C library"
Right click the project....properties....NIOS II application properties .... choose Debug Level "Level 2" .....Optimization Level "Level 2" .
Regards.