Forum Discussion
Altera_Forum
Honored Contributor
19 years agoUniveristy IP cores
I recently came across this website (http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&categoryno=47&no=132#section) which list new IP cores set to release by altera/terasic. The sit...
Altera_Forum
Honored Contributor
19 years agoSince the toolchain is GCC, on top of Cygwin, I'm pretty certain that your# include path of "c:\Temp\new\alt_up_audio.h" will not work.
Also, it's better practice to limit this to something like # include "alt_up_audio.h" ...and then to add include paths to your project under the "C/C++ Build" options, if using the IDE. If you're using your own custom build environment, then you'd need to (at a minimum) include a -I gcc command line switch. Cheers, - slacker