NIOS2 EDS make error
I studied using the SOPC builder and NIOS2. I made the projects in both tutorials provided by altera. Along the way, I encountered errors but I searched about them and found solutions. I made the tutorials worked on my board so I decided to try on the tutorial on sd card interface using SOPC builder. At the end part, for the software, I used the HAL device driver but when I compiled it, there were errors. the last lines in my console are as follows: C:\Users\Jackie\Desktop\sdcard\nios\software\sdcar d_bsp/HAL/src/alt_main.c:154: undefined reference to `main' collect2: ld returned 1 exit status make: *** [sdcard.elf] Error 1 Do you have any idea on how to solve this? I already tried running my nios 2 eds as an administrator (from another forum’s answer) but it didn’t help me. THANKS IN ADVANCE!