Hello,
I have 2 remaining linker errors to resolve with CW PA 10.5.1:
CW PA doesn't give more. Do those linker errors come from something wrong in the lcf file?
Waiting for any clue.
Regards,
Solved! Go to Solution.
Rewriting a part of the LCF file with this resolve the issue:
.text (TEXT) :
{
*(.text)
*(.init)
*(.fini)
*(.const)
*(hex_section)
}
.ctors : {}
.dtors : {}
Please open "PowerPC Linker" panel from Project->Properties->C/C++ Build->Settings->PowerPC Linker->Input, in "Library Files", please add files "C:\Freescale\CW_PA_v10.5.1\PA\PA_Support\ewl\lib\librt_E500V2.a" and
"C:\Freescale\CW_PA_v10.5.1\PA\PA_Support\ewl\lib\libc99_E500V2.a".
If your problem persists, would you please send your CodeWarrior project to me to do more investigation?