Hi,
I am new to ARM9 and SYS/BIOS development in CCS5.1.
The project works fine when I target c6748 of omap-l138. I try to create a new project targetting ARM9 but getting following errors.
<Linking>
undefined first referenced
symbol in file
--------- ----------------
I2C_init ./main.obj
LED_init ./main.obj
LED_toggle ./led.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "armex1.out" not built
gmake: *** [armex1.out] Error 1
gmake: Target `all' not remade because of errors.
>> Compilation failure
**** Build Finished ****
I have gone through the thread "http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/134553.aspx" and started doubting on the lib that I include in my project "evmomapl138_bsl.lib" which is supplied by logicPD.
Next step I also included another lib"am1808_bsl.lib" it works. The symbols are resolved and project is executed.
But, my doubt remains, how can I get errors while using the xxxxomapl138.lib ? Is there any way by which I use xxxomapl138.lib instead of others.
regards,
Prat