Hello everybody,
i can't find the way to use compiler intrinsic, i'm working with LM3S1968 and CCStudio ver 5.3, compiler tms470_5.0.3.
it shouldn't be difficult, but now i'm melting my braing to find the way to use these functions. Here's is my code
RegTemp3 = _sxth(SyncT3A,0); // use _sign extended half word intrinsic
and with this line i get the following error: unresolved symbol _sxth.... during linking.
I compile with the following options, -mv7M3 --code_state=16 --abi=eabi -me -Ooff -g --include_path="C:/ti/ccsv5/tools/compiler/tms470_5.0.3/include" --include_path="C:/.... ....sorgente/include" --rtti --verbose --diag_warning=225 -mt -k --src_interlist.
and link with these: -mv7M3 --code_state=16 --abi=eabi -me -Ooff -g --rtti --verbose --diag_warning=225 -mt -k --src_interlist -z --stack_size=1024 -m"DE1180.map" --heap_size=0 -i"C:/ti/ccsv5/tools/compiler/tms470_5.0.3/lib" -i"C:/ti/ccsv5/tools/compiler/tms470_5.0.3/include" -i --reread_libs --warn_sections --absolute_exe --scan_libraries --entry_point=_c_int00 --rom_model
could anyone give me an hint?
Emanuele