This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler complains that it was configured with a bad argument when a valid value was specified

CCS Edit  Version: 6.1.0.201502111100 Build ID: N201502111100 Running on Windows 8.1 Pro, 16GB RAM, x64-based processor
Device Family: ARM, Variant CC2650F128, Linker command file: CC2650DK (target board is your development kit)

Compiler Version TI v4.2.4
TI-RTOS for Simplelink Wireless MCUs 2.11.1.09
Repositories:<rtosdir> /packages,<rtosdir>  /products/bios_6_41_02_42/packages, <rtosdir> /products/uia_2_00_02_39/packages, <tidir>/ccsv6/ccs_base
Target: ti.targets.arm.elf.M3
Platform: ti.platforms.simplelink:CC2650F128

The compiler is returning an error (marked in red) when the correct value is specified in the configuration (marked in yellow).  What am I missing?

  • 'Building file: ../Startup/Board.c'
  • 'Invoking: ARM Compiler'
  • "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/bin/armcl" -mv7M3 --code_state=16 --float_support=vfplib --abi=eabi -O4 --opt_for_speed=0 --fp_mode=strict --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.4/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/SimpleBLEPeripheral/CC26xx/Source/Application" --include_path="C:/Users/robl/Projects/Altitude/TI/SVN/KegControl/Startup" --include_path="C:/Users/robl/Projects/Altitude/TI/SVN/KegControl/Stage1" --include_path="C:/Users/robl/Projects/Altitude/TI/SVN/KegControl/Stage2" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/ICall/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/Roles" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/DevInfo" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile/CC26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/Profiles/SimpleProfile" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Projects/ble/common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/applib/heap" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/hci" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/controller/CC26xx/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/host" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/CC2650TIRTOS" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/target/_common/cc26xx" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/hal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/osal/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/sdata" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/services/saddr" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/icall/include" --include_path="C:/ti/simplelink/ble_cc26xx_2_00_00_42893/Components/ble/include" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/products/cc26xxware_2_20_06_14829" --include_path="C:/ti/tirtos_simplelink_2_11_01_09/packages/ti/boards/SRF06EB/CC2650EM_7ID" -g --define=__TI_COMPILER_VERSION=1 --define=DEBUG --define=CC2650F128RGZ --define=CC26XXWARE --define=CC26XX --display_error_number --diag_warning=225 --diag_warning=255 --diag_wrap=off --gen_func_subsections=on --preproc_with_compile --preproc_dependency="Startup/Board.pp" --obj_directory="Startup" --float_support=crap --float_support -mv @mutex --code_state --abi --fp_mode --float_support --cmd_file="./configPkg/compiler.opt" "../Startup/Board.c"
  • error #24015-D: bad argument to option --float_support: should be one of {VFPv2,VFPv3,VFPv3D16,vfplib,fpalib,FPv4SPD16}
  • gmake: *** [Startup/Board.obj] Error 1