我用IAR 4.42A编译CH375LIB时,报如下错误,有没有人碰到过?
Error[e117]: Incompatible runtime models. Module CH375MAI specifies that '__rt_version' must be '1', but module [Emot]6[/Emot]
我用IAR 4.42A编译CH375LIB时,报如下错误,有没有人碰到过?
Error[e117]: Incompatible runtime models. Module CH375MAI specifies that '__rt_version' must be '1', but module [Emot]6[/Emot]
你用的是什么单片机?
MSP430F449
目前该单片机的库最高版本为3.20,暂没有IAR 4.42A版本下的。且IAR编译器高低版本不兼容,因此库不可用。 最简单的处理方法,你改用3.20版本的编译器。
是IAR 编译器版本不兼容,还是CH375提供的库不能被高版本的IAR编译?
是IAR 编译器版本不兼容 任何版本的编译器,理论上我们都可以提供库,只是做库需要熟悉编译器,需要测试,而且还需要客户提供编译器,有一定的周期,略微繁琐。 如果你对编译器版本没什么特殊要求,可以先用低版本的库,也不影响功能,更省时间
好吧,只能这样了,谢谢!
Warning[w45]: Memory attribute info mismatch between modules CH375BYT ( D:\MSP430\usbbbbbbbb\CH375HF8.R43 ) and CH375HFT ( D:\MSP430\usbbbbbbbb\ Debug\Obj\CH375HFT.r43 ) Error[e117]: Incompatible runtime models. Module CH375MAI specifies that '__rt_version' must be '1', but module CH375HFT has the value '2'
我重新安装了IAR 3.20版本,但是问题依然如故,而且,IAR的版本是向下兼容的,我就不知道到底是哪出的问题?