很简单的一个hello world程序 但不知道为什么在ide中编译会说我错误,一直没有明白是什么地方错了,大家可以帮我看看,给我一点意见吗? 错误如下: **** Incremental build of configuration Debug for project s60_sram_uart **** make -s all Compiling alt_exception_entry.S... Compiling alt_exception_muldiv.S... Compiling alt_exception_trap.S... Compiling alt_execve.c... Compiling alt_exit.c... Compiling alt_fcntl.c... Compiling alt_fd_lock.c... Compiling alt_fd_unlock.c... Compiling alt_find_dev.c... Compiling alt_find_file.c... Compiling alt_flash_dev.c... Compiling alt_fork.c... Compiling alt_fs_reg.c... Compiling alt_fstat.c... Compiling alt_get_fd.c... Compiling alt_getpid.c... Compiling alt_gettod.c... Compiling alt_gmon.c... Compiling alt_icache_flush.c... Compiling alt_icache_flush_all.c... Compiling alt_io_redirect.c... Compiling alt_ioctl.c... Compiling alt_irq_entry.S... Compiling alt_irq_handler.c... Compiling alt_irq_register.c... Compiling alt_irq_vars.c... Compiling alt_isatty.c... Compiling alt_kill.c... Compiling alt_link.c... Compiling alt_load.c... Compiling alt_lseek.c... Compiling alt_main.c... Compiling alt_malloc_lock.c... Compiling alt_mcount.S... Compiling alt_open.c... Compiling alt_read.c... Compiling alt_release_fd.c... Compiling alt_remap_cached.c... Compiling alt_remap_uncached.c... Compiling alt_rename.c... Compiling alt_sbrk.c... Compiling alt_settod.c... Compiling alt_software_exception.S... Compiling alt_stat.c... Creating alt_sys_init.c... WARNING: Default charset GBK not supported, using ISO-8859-1 instead WARNING: Default charset GBK not supported, using ISO-8859-1 instead Compiling alt_sys_init.c... Compiling alt_tick.c... Compiling alt_times.c... Compiling alt_uncached_free.c... Compiling alt_uncached_malloc.c... Compiling alt_unlink.c... Compiling alt_usleep.c... Compiling alt_wait.c... Compiling alt_write.c... 2 [main] nios2-elf-gcc 21016 fork_copy: linked dll data/bss pass 0 failed, 0x5C6000..0x5C6264, done 0, windows pid 21020, Win32 error 487 1020405 [main] nios2-elf-gcc 21016 fork_copy: linked dll data/bss pass 0 failed, 0x5C6000..0x5C6264, done 0, windows pid 21140, Win32 error 487 3046347 [main] nios2-elf-gcc 21016 fork_copy: linked dll data/bss pass 0 failed, 0x5C6000..0x5C6264, done 0, windows pid 21148, Win32 error 487 7062076 [main] nios2-elf-gcc 21016 fork_copy: linked dll data/bss pass 0 failed, 0x5C6000..0x5C6264, done 0, windows pid 21172, Win32 error 487 nios2-elf-gcc: fork: Resource temporarily unavailable make[1]: *** [obj/alt_write.o] Error 1 make: *** [system_project] Error 2 Build completed 为什么说我错呢?上面的文件alt_write.c等是系统带的,我没有改动过的。我用的是quartus5.0,nios IDE 5.0的。 大家给我一点意见吧,问题困扰我好几天了!
[此贴子已经被作者于2006-11-10 22:04:40编辑过] |