Forum Discussion
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.