pqcome 发表于 2006-5-11 15:40:08

ICCAVR6.22B来编译Bootloader程序出现问题

我是用ICCAVR6.22B来编译的,而Bootloader程序是马老师给的例子,可是编译出现如下问题:

------------------------------------------

D:\ProgramFiles\ICC\bin\imakew -f MCBoot.mak

    iccavr -o MCBoot -LD:\ProgramFiles\ICC\lib\ -m -g -ucrtatmega.o -dram_end:0xfff -bdata:0x60.0xfff -bfunc_lit:0x1f800.0x20000 -dhwstk_size:16 -beeprom:1.4096 -fihx_coff @MCBoot.lk-lcatmega

Device 99% full.

The instruction at 0x00411169 referenced memory at 0x00991000.The memory could not be read.iccavr: can't execute `D:\ProgramFiles\ICC\bin\ilinkw.exe'

D:\ProgramFiles\ICC\bin\imakew.exe: Error code 100

Done: there are error(s). Exit code: 100

------------------------------------------

我觉得自己设置也没有问题,难道6.22版本的问题???

lzhwbd 发表于 2006-5-11 19:54:35

“can't execute `D:\ProgramFiles\ICC\bin\ilinkw.exe”

看上去怎么感觉你的ICC编译器有问题啊!

pqcome 发表于 2006-5-12 15:21:43

问题我已解决!换ICCAVR6.31版本就OK啦!
页: [1]
查看完整版本: ICCAVR6.22B来编译Bootloader程序出现问题