Link error with IAR
reguisse opened this issue · 1 comments
reguisse commented
Hi,
I used the last version of the repository.
When I tried to build the bootloader project with IAR (Version 5.51)I get two linker errors:
Error[e46]: Undefined external "SetupMessageAndAllocateBuffer" referred in HCI ( C:\Documents and Settings\banc\Bureau\MetaWatch-Gen2-master\MetaWatch-Gen2-master\Stack\Api\IAR\wrapper.r43 )
Error[e46]: Undefined external "EnableFlowControl" referred in MSP430FlashUtil ( C:\Documents and Settings\banc\Bureau\MetaWatch-Gen2-master\MetaWatch-Gen2-master\Watch\Project\Bootloader\Obj\MSP430FlashUtil.r43 )
Thanks for your answers.
myang commented
Hi,
Please use LinkerConfiguration.xcl instead of LinkerConfigurationBootloader.xcl in "Project->Option->Linker".
Br,
Mu