|
3#
楼主 |
发表于 2009-9-20 22:11:51
|
只看该作者
我在第二顆核心遇到這樣的Error, rich大大有辦法解決嗎?
make -s all includes
Compiling hello_world.c...
Linking hello_world_3.elf...
/cygdrive/d/DE1_NIOS/software/hello_world_3_syslib/Debug/libhello_world_3_syslib.a(alt_sys_init.o)(.text+0x24): In function `alt_sys_init':
system_description/alt_sys_init.c:92: warning: Error: Interrupt not connected for UART. You have selected the interrupt driven version of the ALTERA Avalon UART driver, but the interrupt is not connected for this device. You can select a polled mode driver by checking the 'small driver' option in the HAL configuration window, or by using the -DALTERA_AVALON_UART_SMALL preprocessor flag.
/cygdrive/d/DE1_NIOS/software/hello_world_3_syslib/Debug/libhello_world_3_syslib.a(alt_sys_init.o)(.text+0x24):system_description/alt_sys_init.c:92: undefined reference to `__alt_invalid'
collect2: ld returned 1 exit status
make: *** [hello_world_3.elf] Error 1
Build completed in 6.766 seconds |
|