I'm trying to resolve the following error in each of the OMAPL138_StarterWare_1_10_03_03 examples:
TI ARM C/C++ Compiler v5.0.0B1
Tools Copyright (c) 1996-2012 Texas Instruments Incorporated
<Linking>
"../timerCounter.cmd", line 38: warning #10068-D: no matching section
'Finished building target: timerCounter.out'
where line 38 is:
37 .init : {
38 system_config.lib<init.obj> (.text)
39 } load > 0xC1080000
Has the syntax changed with the Beta ARM compiler?
Thanks,
Steve