新购bf609开发板,cces导入光盘的工程例程;编译,报错如下。。。
**** Build of configuration Debug for project BF609_UART0 ****
make all
make: *** No rule to make target `C:/Analog Devices/CrossCore Embedded Studio 1.0.3/Blackfin/include/cdefbf609.h', needed by `src/uart_test.doj'. Stop.
**** Build Finished ****
于是自己新建一个工程,并把相应源代码复制进来,编译通过。但是???烧写进入开发板无反应,调试发现报错如下:
Warning: Address 0x5FFFF3FD does not exist in the memory map.
Warning: Address 0x5FFFF401 does not exist in the memory map.
Target halted due to software breakpoint but no breakpoint found at address: 0xc8000ffc
Possible reasons are:
1.An embedded breakpoint (EMUEXCPT instruction) in the code
2.A breakpoint is placed at the last instruction of a do() loop
Warning: Address 0x5FFFF3FD does not exist in the memory map.
Warning: Address 0x5FFFF401 does not exist in the memory map.
何解?为什么会这样,是不是LDF文件的问题还是??求助大神 OP
「该帖子被 chiliwang 在 2014-04-11 16:19:56 编辑过」