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 agoHi moeen,
Probably your projects includes somewhere stdbool.h header, which already has bool type and true/false defined If you can't fix it, you can try adding the following undefs just before including the header with the typedef # undef false # undef true # undef bool