我是新手,先做了个uc/os的移植,程序就是用的niosII自带的,结果遇到这个问题..我只有一个sof文件,也是本来就有的. Using cable "USB-Blaster [USB-0]", device 1, instance 0x00 Pausing target processor: OK Reading System ID at address 0x00801088: does not match ID value does not match: read 0x00080000; expected 0x8B3620F6 Timestamp value does not match: image on board is newer than expected Read timestamp 4:46:56 1901/12/14; expected 11:19:54 2005/10/21 The software you are downloading may not run on the system which is currently configured into the device. Please download the correct SOF or recompile. Restarting target processor 这个做不出来,我就试着做了下simple socket sever有做不出来,我太伤心了,刚开始学就那么多问题,程序都是它的怎么会错呢. **** Incremental build of configuration Debug for project simple_socket_server_2 **** make -s all Compiling network_utilities.c... ../network_utilities.c: In function `generate_and_store_mac_addr': ../network_utilities.c:184: error: `EXT_FLASH_NAME' undeclared (first use in this function) ../network_utilities.c:184: error: (Each undeclared identifier is reported only once ../network_utilities.c:184: error: for each function it appears in.) ../network_utilities.c:187: error: `LAST_SECTOR_OFFSET' undeclared (first use in this function) ../network_utilities.c: In function `get_mac_addr': ../network_utilities.c:205: warning: unused variable `signature' ../network_utilities.c:206: warning: unused variable `netif' make: *** [obj/network_utilities.o] Error 1 Build completed Error: The Nios II ELF executable does not exist. Please verify yhat the project simple_socket_sever built successfully) 这次是生成不了ELF文件.. [em06][em06] 我觉得我的问题应该很简单,我重装了一次NiosII还是这样,盼高手指点!!谢谢了.. |