MSP430 编译问题

Linking 
Warning[w45]: Memory attribute info mismatch between modules mbrtu ( E:\workspace\soft\trunk\Libraries\FreeMODBUS\Lib\MSP430\ 
IAR\FreeModbusLib_Debug_Minimum.r43 ) and portevent ( E:\workspace\soft\trunk\Libraries\FreeMODBUS\Lib\MSP430\IAR\ 
FreeModbusPort_Debug_MSP430F5529.r43 ) 
Error[e117]: Incompatible runtime models. Module mb specifies that '__core' must be '430', but module portevent has the value '430X' 
Error while running Linker 

这是由于库(FreeModbusLib_Debug_Minimum.r43)指定的处理器类型不对导致'__core'宏与库(FreeModbusPort_Debug_MSP430F5529.r43)中的宏两者不一致,编译器无法进行连接产生的错误。重新配置库(FreeModbusLib_Debug_Minimum.r43)的处理器,并编译,就可以正常进行连接。

你可能感兴趣的:(其它)