Forum Discussion
Altera_Forum
Honored Contributor
14 years agoSD Card Header Problem
I'm using an SD Card core in my SOPC builder system. In my Nios II IDE program I've included the associated header file. When I build the project I get the following error: /cygdrive/c/altera/...
Altera_Forum
Honored Contributor
14 years agoDo you use c or c++?
In C++ false and true are parts of the language. In pure C thats not the case. if you use c++ try to place the offending header in something like this. extern "C" { #include "altera_up_sd_card_avalon_interface.h" }