Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to build applications
How do you generate a makefile with the "Create Make Target" and "build make target" functions? Every time I try it I get: make -k dhrystone make: *** No rule to make target `dhryston...
Altera_Forum
Honored Contributor
21 years ago"A typical example would be enabling IDE support when there is no Compact Flash support in the target hardware."
So where is "Compact Flash support in the target hardware" located at? Is it under "ATA/ATAPI/MFM/RLL support" ? BTW, that item is checked along with "Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support" and "Other IDE chipset support" along with "Altera CF (IDE mode) interface (Avalon Bus) support". Unless I'm missing another check box, I'd say Compact Flash support IS active in hardware. Under file systems, "Second extended fs support" is checked along with "ROM file system support". So why do I get this error: /cygdrive/c/altera/kits/nios2/bin/eclipse/plugins/com.microtronix.nios2linux.kernel_0.1.5/linux-2.6.x/drivers/ide/ide.c:218: error: `na_ide_ide' undeclared (first use in this function) /cygdrive/c/altera/kits/nios2/bin/eclipse/plugins/com.microtronix.nios2linux.kernel_0.1.5/linux-2.6.x/drivers/ide/ide.c:218: error: (Each undeclared identifier is reported only once /cygdrive/c/altera/kits/nios2/bin/eclipse/plugins/com.microtronix.nios2linux.kernel_0.1.5/linux-2.6.x/drivers/ide/ide.c:218: error: for each function it appears in.) make[3]: *** [drivers/ide/ide.o] Error 1 make[2]: *** [drivers/ide] Error 2 make[1]: *** [drivers] Error 2 make: *** [all] Error 2 John K.