Hi.
I am trying to compile a new project for LM4F111E5QR .
I get the following error .
**** Build of configuration Debug for project avl_pro_mini ****
D:\ccs5.2.1\ccsv5\utils\bin\gmake -k all
'Building file: ../avl.c'
'Invoking: ARM Compiler'
"D:/ccs5.2.1/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -g --include_path="E:/work/transafe/AVL/ccs5/drivers/inc" --include_path="D:/ccs5.2.1/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="E:/work/transafe/AVL/ccs5/drivers/driverlib" --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="avl.pp" "../avl.c"
>> ERROR: FPV4SPD16 is only supported on Cortex-M4
gmake: *** [avl.obj] Error 1
'Building file: ../main.c'
'Invoking: ARM Compiler'
"D:/ccs5.2.1/ccsv5/tools/compiler/tms470_4.9.5/bin/cl470" -mv4 --code_state=16 --float_support=FPv4SPD16 --abi=eabi -me -g --include_path="E:/work/transafe/AVL/ccs5/drivers/inc" --include_path="D:/ccs5.2.1/ccsv5/tools/compiler/tms470_4.9.5/include" --include_path="E:/work/transafe/AVL/ccs5/drivers/driverlib" --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
>> ERROR: FPV4SPD16 is only supported on Cortex-M4
gmake: *** [main.obj] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Please Advise.
Ephraim Oved