Forum Discussion
Altera_Forum
Honored Contributor
11 years agoDS-5 Baremetal Linker Error: Undefined Reference
Hi, I have built a small baremetal application to test the system built in Qsys. I'm using some predefined functions like alt_cache_system_disable and alt_bridge_init. The header files for t...
Altera_Forum
Honored Contributor
11 years agoThis error was solved. Unlike normal eclipse, DS-5 requires all the source files of the includes to be added into the project. The target properties under the GCC C compiler has to be set for the respective CPU, architec
Additionally the flag -std=c99 can be included to avoid errors certain C constructs used in a few pre-defined files.