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 agoI believe the post creator has already resolved his issues, but, I had the same error and resolved it like this:
In altera_up_sd_card_avalon_interface.h, removed the line: typedef enum e_bool { false = 0, true = 1 } bool; Then, included stdbool.h. Problem solved! :)