Hi All,
I am using LM3S9B96 development kit. I want to generate code using the command line using the following options
Compiler options:
--gcc --define=PART_LM3S9B96 --define=TARGET_IS_TEMPEST_RB1 -mv=7M3 --abi=eabi --code_state=16
Linker Options:
--run_linker -c -o <TARGET> <OBJECTS> --library=rtsv7M3_T_le_eabi.lib
My question is regarding --library=rtsv7M3_T_le_eabi.lib
1) How do I tell the linker to use rtsv7M3_T_le_eabi.lib because it is asking for rtsv7M3_T_be_eabi.lib and I am gettting the following output
<Linking>
error: cannot find file "rtsv7M3_T_be_eabi.lib"
warning: automatic RTS selection: resolving index library "libc.a" to
"F:\ASL0629\trunk\ip_amp\source\lib\rtsv7M3_T_be_eabi.lib", but
"F:\ASL0629\trunk\ip_amp\source\lib\rtsv7M3_T_be_eabi.lib" was not found
warning: automatic RTS selection: attempt to automatically link in index
library "libc.a" failed; file not found
error: no input section is linked in
warning: entry-point symbol "_c_int00" undefined
warning: no suitable entry-point found; setting to 0
2) Also which eabi files (rtsv4_A_be_tiarm9.lib, rtsv7M3_T_be_eabi.lib, rtsv7M3_T_be_eabi.lib...) should we use for lm3s9B96?
3) Can anyone please provide me some link which explains which one should we use?
Thanks
Mohsin