Forum Discussion
Altera_Forum
Honored Contributor
22 years agoERROR with building uC Linux
Hi
Yes it's me again http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif Have a problem with the IDE. Have just create a new linux kernel project and have been doing exactly what the quickguide says I should do. BUT when I compile the project it say the following after 10mins of compiling ERROR: 'na_ide_ide' undeclared( first use in this function.... WTF is this??? I have not seen this before. usually it so simple to get it working. Regards GreateWhite.DK1 Reply
- Altera_Forum
Honored Contributor
as the error messge said, na_ide_ide (a compact flash related symbol) is not declared. If you don't have the compact flash component in your core, disable the support of it in kernel through kernel configuration.