Part Number: MSP432P401R
Tool/software: TI-RTOS
Hi,
I'm attempting to compile a project in CCS 7.2 and I am running into a strange 'undefined reference' error for something that I can not find in the file that the Linker is complaining about.
This is the error that I seen during the Linker phase of the compile process:
C:\Users\jomodev\workspace_cc2650_P0\MSP432_TIRTOS_CLASSES\src\sysbios\sysbios.am4fg(gnu_ReentSupport.o): In function `ti_sysbios_rts_gnu_ReentSupport_getReent(int0_t)':
C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/bios_6_46_00_23/packages/ti/sysbios/rts/gnu/ReentSupport.c:171: undefined reference to `__sf_fake_stdin'
C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/bios_6_46_00_23/packages/ti/sysbios/rts/gnu/ReentSupport.c:171: undefined reference to `__sf_fake_stdout'
C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/bios_6_46_00_23/packages/ti/sysbios/rts/gnu/ReentSupport.c:171: undefined reference to `__sf_fake_stderr'
I looked in the file and there is no entry for any of the "__sf_fake" references and the line that is listed is the last line of the function block and the end of the code in the file at the last '}'. I do not seen any issues in the file so I am not sure why I would hit this.
Here is the full compile time output in case it is helpful.
'Building file: ../grlib/fonts/fontcmss20b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss20b.d" -MT"grlib/fonts/fontcmss20b.o" -o"grlib/fonts/fontcmss20b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss20b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss20b.c' ' ' 'Building file: ../grlib/fonts/fontcmss20i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss20i.d" -MT"grlib/fonts/fontcmss20i.o" -o"grlib/fonts/fontcmss20i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss20i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss20i.c' ' ' 'Building file: ../grlib/fonts/fontcmss22.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss22.d" -MT"grlib/fonts/fontcmss22.o" -o"grlib/fonts/fontcmss22.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss22.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss22.c' ' ' 'Building file: ../grlib/fonts/fontcmss22b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss22b.d" -MT"grlib/fonts/fontcmss22b.o" -o"grlib/fonts/fontcmss22b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss22b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss22b.c' ' ' 'Building file: ../grlib/fonts/fontcmss22i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss22i.d" -MT"grlib/fonts/fontcmss22i.o" -o"grlib/fonts/fontcmss22i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss22i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss22i.c' ' ' 'Building file: ../grlib/fonts/fontcmss24.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss24.d" -MT"grlib/fonts/fontcmss24.o" -o"grlib/fonts/fontcmss24.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss24.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss24.c' ' ' 'Building file: ../grlib/fonts/fontcmss24b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss24b.d" -MT"grlib/fonts/fontcmss24b.o" -o"grlib/fonts/fontcmss24b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss24b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss24b.c' ' ' 'Building file: ../grlib/fonts/fontcmss24i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss24i.d" -MT"grlib/fonts/fontcmss24i.o" -o"grlib/fonts/fontcmss24i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss24i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss24i.c' ' ' 'Building file: ../grlib/fonts/fontcmss26.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss26.d" -MT"grlib/fonts/fontcmss26.o" -o"grlib/fonts/fontcmss26.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss26.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss26.c' ' ' 'Building file: ../grlib/fonts/fontcmss26b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss26b.d" -MT"grlib/fonts/fontcmss26b.o" -o"grlib/fonts/fontcmss26b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss26b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss26b.c' ' ' 'Building file: ../grlib/fonts/fontcmss26i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss26i.d" -MT"grlib/fonts/fontcmss26i.o" -o"grlib/fonts/fontcmss26i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss26i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss26i.c' ' ' 'Building file: ../grlib/fonts/fontcmss28.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss28.d" -MT"grlib/fonts/fontcmss28.o" -o"grlib/fonts/fontcmss28.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss28.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss28.c' ' ' 'Building file: ../grlib/fonts/fontcmss28b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss28b.d" -MT"grlib/fonts/fontcmss28b.o" -o"grlib/fonts/fontcmss28b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss28b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss28b.c' ' ' 'Building file: ../grlib/fonts/fontcmss28i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss28i.d" -MT"grlib/fonts/fontcmss28i.o" -o"grlib/fonts/fontcmss28i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss28i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss28i.c' ' ' 'Building file: ../grlib/fonts/fontcmss30.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss30.d" -MT"grlib/fonts/fontcmss30.o" -o"grlib/fonts/fontcmss30.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss30.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss30.c' ' ' 'Building file: ../grlib/fonts/fontcmss30b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss30b.d" -MT"grlib/fonts/fontcmss30b.o" -o"grlib/fonts/fontcmss30b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss30b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss30b.c' ' ' 'Building file: ../grlib/fonts/fontcmss30i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss30i.d" -MT"grlib/fonts/fontcmss30i.o" -o"grlib/fonts/fontcmss30i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss30i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss30i.c' ' ' 'Building file: ../grlib/fonts/fontcmss32.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss32.d" -MT"grlib/fonts/fontcmss32.o" -o"grlib/fonts/fontcmss32.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss32.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss32.c' ' ' 'Building file: ../grlib/fonts/fontcmss32b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss32b.d" -MT"grlib/fonts/fontcmss32b.o" -o"grlib/fonts/fontcmss32b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss32b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss32b.c' ' ' 'Building file: ../grlib/fonts/fontcmss32i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss32i.d" -MT"grlib/fonts/fontcmss32i.o" -o"grlib/fonts/fontcmss32i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss32i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss32i.c' ' ' 'Building file: ../grlib/fonts/fontcmss34.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss34.d" -MT"grlib/fonts/fontcmss34.o" -o"grlib/fonts/fontcmss34.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss34.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss34.c' ' ' 'Building file: ../grlib/fonts/fontcmss34b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss34b.d" -MT"grlib/fonts/fontcmss34b.o" -o"grlib/fonts/fontcmss34b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss34b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss34b.c' ' ' 'Building file: ../grlib/fonts/fontcmss34i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss34i.d" -MT"grlib/fonts/fontcmss34i.o" -o"grlib/fonts/fontcmss34i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss34i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss34i.c' ' ' 'Building file: ../grlib/fonts/fontcmss36.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss36.d" -MT"grlib/fonts/fontcmss36.o" -o"grlib/fonts/fontcmss36.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss36.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss36.c' ' ' 'Building file: ../grlib/fonts/fontcmss36b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss36b.d" -MT"grlib/fonts/fontcmss36b.o" -o"grlib/fonts/fontcmss36b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss36b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss36b.c' ' ' 'Building file: ../grlib/fonts/fontcmss36i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss36i.d" -MT"grlib/fonts/fontcmss36i.o" -o"grlib/fonts/fontcmss36i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss36i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss36i.c' ' ' 'Building file: ../grlib/fonts/fontcmss38.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss38.d" -MT"grlib/fonts/fontcmss38.o" -o"grlib/fonts/fontcmss38.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss38.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss38.c' ' ' 'Building file: ../grlib/fonts/fontcmss38b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss38b.d" -MT"grlib/fonts/fontcmss38b.o" -o"grlib/fonts/fontcmss38b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss38b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss38b.c' ' ' 'Building file: ../grlib/fonts/fontcmss38i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss38i.d" -MT"grlib/fonts/fontcmss38i.o" -o"grlib/fonts/fontcmss38i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss38i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss38i.c' ' ' 'Building file: ../grlib/fonts/fontcmss40.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss40.d" -MT"grlib/fonts/fontcmss40.o" -o"grlib/fonts/fontcmss40.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss40.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss40.c' ' ' 'Building file: ../grlib/fonts/fontcmss40b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss40b.d" -MT"grlib/fonts/fontcmss40b.o" -o"grlib/fonts/fontcmss40b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss40b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss40b.c' ' ' 'Building file: ../grlib/fonts/fontcmss40i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss40i.d" -MT"grlib/fonts/fontcmss40i.o" -o"grlib/fonts/fontcmss40i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss40i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss40i.c' ' ' 'Building file: ../grlib/fonts/fontcmss42.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss42.d" -MT"grlib/fonts/fontcmss42.o" -o"grlib/fonts/fontcmss42.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss42.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss42.c' ' ' 'Building file: ../grlib/fonts/fontcmss42b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss42b.d" -MT"grlib/fonts/fontcmss42b.o" -o"grlib/fonts/fontcmss42b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss42b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss42b.c' ' ' 'Building file: ../grlib/fonts/fontcmss42i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss42i.d" -MT"grlib/fonts/fontcmss42i.o" -o"grlib/fonts/fontcmss42i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss42i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss42i.c' ' ' 'Building file: ../grlib/fonts/fontcmss44.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss44.d" -MT"grlib/fonts/fontcmss44.o" -o"grlib/fonts/fontcmss44.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss44.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss44.c' ' ' 'Building file: ../grlib/fonts/fontcmss44b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss44b.d" -MT"grlib/fonts/fontcmss44b.o" -o"grlib/fonts/fontcmss44b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss44b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss44b.c' ' ' 'Building file: ../grlib/fonts/fontcmss44i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss44i.d" -MT"grlib/fonts/fontcmss44i.o" -o"grlib/fonts/fontcmss44i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss44i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss44i.c' ' ' 'Building file: ../grlib/fonts/fontcmss46.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss46.d" -MT"grlib/fonts/fontcmss46.o" -o"grlib/fonts/fontcmss46.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss46.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss46.c' ' ' 'Building file: ../grlib/fonts/fontcmss46b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss46b.d" -MT"grlib/fonts/fontcmss46b.o" -o"grlib/fonts/fontcmss46b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss46b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss46b.c' ' ' 'Building file: ../grlib/fonts/fontcmss46i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss46i.d" -MT"grlib/fonts/fontcmss46i.o" -o"grlib/fonts/fontcmss46i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss46i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss46i.c' ' ' 'Building file: ../grlib/fonts/fontcmss48.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss48.d" -MT"grlib/fonts/fontcmss48.o" -o"grlib/fonts/fontcmss48.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss48.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss48.c' ' ' 'Building file: ../grlib/fonts/fontcmss48b.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss48b.d" -MT"grlib/fonts/fontcmss48b.o" -o"grlib/fonts/fontcmss48b.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss48b.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss48b.c' ' ' 'Building file: ../grlib/fonts/fontcmss48i.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmss48i.d" -MT"grlib/fonts/fontcmss48i.o" -o"grlib/fonts/fontcmss48i.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmss48i.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmss48i.c' ' ' 'Building file: ../grlib/fonts/fontcmtt12.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt12.d" -MT"grlib/fonts/fontcmtt12.o" -o"grlib/fonts/fontcmtt12.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt12.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt12.c' ' ' 'Building file: ../grlib/fonts/fontcmtt14.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt14.d" -MT"grlib/fonts/fontcmtt14.o" -o"grlib/fonts/fontcmtt14.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt14.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt14.c' ' ' 'Building file: ../grlib/fonts/fontcmtt16.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt16.d" -MT"grlib/fonts/fontcmtt16.o" -o"grlib/fonts/fontcmtt16.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt16.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt16.c' ' ' 'Building file: ../grlib/fonts/fontcmtt18.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt18.d" -MT"grlib/fonts/fontcmtt18.o" -o"grlib/fonts/fontcmtt18.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt18.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt18.c' ' ' 'Building file: ../grlib/fonts/fontcmtt20.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt20.d" -MT"grlib/fonts/fontcmtt20.o" -o"grlib/fonts/fontcmtt20.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt20.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt20.c' ' ' 'Building file: ../grlib/fonts/fontcmtt22.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt22.d" -MT"grlib/fonts/fontcmtt22.o" -o"grlib/fonts/fontcmtt22.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt22.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt22.c' ' ' 'Building file: ../grlib/fonts/fontcmtt24.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt24.d" -MT"grlib/fonts/fontcmtt24.o" -o"grlib/fonts/fontcmtt24.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt24.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt24.c' ' ' 'Building file: ../grlib/fonts/fontcmtt26.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt26.d" -MT"grlib/fonts/fontcmtt26.o" -o"grlib/fonts/fontcmtt26.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt26.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt26.c' ' ' 'Building file: ../grlib/fonts/fontcmtt28.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt28.d" -MT"grlib/fonts/fontcmtt28.o" -o"grlib/fonts/fontcmtt28.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt28.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt28.c' ' ' 'Building file: ../grlib/fonts/fontcmtt30.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt30.d" -MT"grlib/fonts/fontcmtt30.o" -o"grlib/fonts/fontcmtt30.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt30.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt30.c' ' ' 'Building file: ../grlib/fonts/fontcmtt32.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt32.d" -MT"grlib/fonts/fontcmtt32.o" -o"grlib/fonts/fontcmtt32.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt32.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt32.c' ' ' 'Building file: ../grlib/fonts/fontcmtt34.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt34.d" -MT"grlib/fonts/fontcmtt34.o" -o"grlib/fonts/fontcmtt34.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt34.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt34.c' ' ' 'Building file: ../grlib/fonts/fontcmtt36.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt36.d" -MT"grlib/fonts/fontcmtt36.o" -o"grlib/fonts/fontcmtt36.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt36.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt36.c' ' ' 'Building file: ../grlib/fonts/fontcmtt38.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt38.d" -MT"grlib/fonts/fontcmtt38.o" -o"grlib/fonts/fontcmtt38.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt38.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt38.c' ' ' 'Building file: ../grlib/fonts/fontcmtt40.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt40.d" -MT"grlib/fonts/fontcmtt40.o" -o"grlib/fonts/fontcmtt40.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt40.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt40.c' ' ' 'Building file: ../grlib/fonts/fontcmtt42.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt42.d" -MT"grlib/fonts/fontcmtt42.o" -o"grlib/fonts/fontcmtt42.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt42.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt42.c' ' ' 'Building file: ../grlib/fonts/fontcmtt44.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt44.d" -MT"grlib/fonts/fontcmtt44.o" -o"grlib/fonts/fontcmtt44.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt44.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt44.c' ' ' 'Building file: ../grlib/fonts/fontcmtt46.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt46.d" -MT"grlib/fonts/fontcmtt46.o" -o"grlib/fonts/fontcmtt46.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt46.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt46.c' ' ' 'Building file: ../grlib/fonts/fontcmtt48.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontcmtt48.d" -MT"grlib/fonts/fontcmtt48.o" -o"grlib/fonts/fontcmtt48.o" @"configPkg/compiler.opt" "../grlib/fonts/fontcmtt48.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontcmtt48.c' ' ' 'Building file: ../grlib/fonts/fontfixed6x8.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/fonts/fontfixed6x8.d" -MT"grlib/fonts/fontfixed6x8.o" -o"grlib/fonts/fontfixed6x8.o" @"configPkg/compiler.opt" "../grlib/fonts/fontfixed6x8.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/fonts/fontfixed6x8.c' ' ' 'Building file: ../grlib/grlib/button.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/button.d" -MT"grlib/grlib/button.o" -o"grlib/grlib/button.o" @"configPkg/compiler.opt" "../grlib/grlib/button.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/button.c' ' ' 'Building file: ../grlib/grlib/checkbox.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/checkbox.d" -MT"grlib/grlib/checkbox.o" -o"grlib/grlib/checkbox.o" @"configPkg/compiler.opt" "../grlib/grlib/checkbox.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/checkbox.c' ' ' 'Building file: ../grlib/grlib/circle.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/circle.d" -MT"grlib/grlib/circle.o" -o"grlib/grlib/circle.o" @"configPkg/compiler.opt" "../grlib/grlib/circle.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/circle.c' ' ' 'Building file: ../grlib/grlib/context.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/context.d" -MT"grlib/grlib/context.o" -o"grlib/grlib/context.o" @"configPkg/compiler.opt" "../grlib/grlib/context.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/context.c' ' ' 'Building file: ../grlib/grlib/display.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/display.d" -MT"grlib/grlib/display.o" -o"grlib/grlib/display.o" @"configPkg/compiler.opt" "../grlib/grlib/display.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/display.c' ' ' 'Building file: ../grlib/grlib/image.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/image.d" -MT"grlib/grlib/image.o" -o"grlib/grlib/image.o" @"configPkg/compiler.opt" "../grlib/grlib/image.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/image.c' ' ' 'Building file: ../grlib/grlib/imageButton.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/imageButton.d" -MT"grlib/grlib/imageButton.o" -o"grlib/grlib/imageButton.o" @"configPkg/compiler.opt" "../grlib/grlib/imageButton.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/imageButton.c' ' ' 'Building file: ../grlib/grlib/line.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/line.d" -MT"grlib/grlib/line.o" -o"grlib/grlib/line.o" @"configPkg/compiler.opt" "../grlib/grlib/line.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/line.c' ' ' 'Building file: ../grlib/grlib/radioButton.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/radioButton.d" -MT"grlib/grlib/radioButton.o" -o"grlib/grlib/radioButton.o" @"configPkg/compiler.opt" "../grlib/grlib/radioButton.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/radioButton.c' ' ' 'Building file: ../grlib/grlib/rectangle.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/rectangle.d" -MT"grlib/grlib/rectangle.o" -o"grlib/grlib/rectangle.o" @"configPkg/compiler.opt" "../grlib/grlib/rectangle.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/rectangle.c' ' ' 'Building file: ../grlib/grlib/string.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"grlib/grlib/string.d" -MT"grlib/grlib/string.o" -o"grlib/grlib/string.o" @"configPkg/compiler.opt" "../grlib/grlib/string.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: ../grlib/grlib/string.c' ' ' 'Building file: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"sbl/sbl.d" -MT"sbl/sbl.o" -o"sbl/sbl.o" @"configPkg/compiler.opt" "C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl.c' ' ' 'Building file: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_cmd.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"sbl/sbl_cmd.d" -MT"sbl/sbl_cmd.o" -o"sbl/sbl_cmd.o" @"configPkg/compiler.opt" "C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_cmd.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_cmd.c' ' ' 'Building file: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_image_int.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"sbl/sbl_image_int.d" -MT"sbl/sbl_image_int.o" -o"sbl/sbl_image_int.o" @"configPkg/compiler.opt" "C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_image_int.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_image_int.c' ' ' 'Building file: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_msp.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"sbl/sbl_msp.d" -MT"sbl/sbl_msp.o" -o"sbl/sbl_msp.o" @"configPkg/compiler.opt" "C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_msp.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_msp.c' ' ' 'Building file: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_tl.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"sbl/sbl_tl.d" -MT"sbl/sbl_tl.o" -o"sbl/sbl_tl.o" @"configPkg/compiler.opt" "C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_tl.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_tl.c' ' ' 'Building file: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_tl_msp.c' 'Invoking: GNU Compiler' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -c -mcpu=cortex-m4 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include" -I"C:/ti/ccs720/ccsv7/ccs_base/arm/include/CMSIS" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc/CMSIS" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/inc" -I"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/source/third_party/CMSIS/Include" -I"C:/ti/simplelink_msp432_sdk_1_40_00_28/kernel/tirtos/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/include/newlib-nano" -I"C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/arm-none-eabi/include" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/Profile" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/grlib/grlib" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/headers" -I"C:/Users/jomodev/workspace_cc2650_P0/MSP432_TIRTOS_CLASSES/config" -I"C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl" -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -MMD -MP -MF"sbl/sbl_tl_msp.d" -MT"sbl/sbl_tl_msp.o" -o"sbl/sbl_tl_msp.o" @"configPkg/compiler.opt" "C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_tl_msp.c" cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C 'Finished building: C:/ti/tirex-content/simplelink_msp432_sdk_bluetooth_plugin_1_00_00_84/source/ti/sbl/sbl_tl_msp.c' ' ' 'Building target: MSP432_TIRTOS_CLASSES.out' 'Invoking: GNU Linker' "C:/ti/ccs720/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/arm-none-eabi-gcc.exe" -D__MSP432P401R__ -DMSP432P401R_LAUNCHPAD_ENABLED -Dgcc -D_POSIX_SOURCE -DMSP432WARE -DTARGET_IS_MSP432P4XX -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -std=c++11 -march=armv7e-m -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Wl,-Map,"MSP432_TIRTOS_CLASSES.map" -nostartfiles -static -Wl,--gc-sections -L"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/msp432_driverlib_3_21_00_05/driverlib/MSP432P4xx/gcc" -L"C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/bios_6_46_00_23/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/lib/armv7e-m/fpu" -mthumb -g -gstrict-dwarf -fno-exceptions -Wall -march=armv7e-m -mfloat-abi=hard -mfpu=fpv4-sp-d16 -o"MSP432_TIRTOS_CLASSES.out" "./MSP_EXP432P401R.o" "./adc_sample.o" "./baseMenu.o" "./dbMenu.o" "./hgs.o" "./mainMenu.o" "./menus.o" "./printMessage.o" "./project_zero.o" "./project_zero_params.o" "./simple_np_cc2650bp_pm_merge.o" "./HGSImages/BenHeckShow.o" "./HGSImages/HGSLogoComp.o" "./HGSImages/HGSlogo.o" "./HGSImages/KeepCalm.o" "./HGSImages/MayTheFourth.o" "./HGSImages/SafeAndSound.o" "./HGSImages/bell1.o" "./HGSImages/bell2.o" "./HGSImages/noBell.o" "./HGSImages/starWars.o" "./HGSImages/starWars2.o" "./LcdDriver/Sharp96x96.o" "./LcdDriver/Sharp96x96utils.o" "./Profile/button_service.o" "./Profile/data_service.o" "./Profile/led_service.o" "./Profile/profile_util.o" "./Profile/simple_gatt_profile.o" "./config/lp_buttons.o" "./config/mcu.o" "./config/nfc_spi.o" "./grlib/fonts/fontcm12.o" "./grlib/fonts/fontcm12b.o" "./grlib/fonts/fontcm12i.o" "./grlib/fonts/fontcm14.o" "./grlib/fonts/fontcm14b.o" "./grlib/fonts/fontcm14i.o" "./grlib/fonts/fontcm16.o" "./grlib/fonts/fontcm16b.o" "./grlib/fonts/fontcm16i.o" "./grlib/fonts/fontcm18.o" "./grlib/fonts/fontcm18b.o" "./grlib/fonts/fontcm18i.o" "./grlib/fonts/fontcm20.o" "./grlib/fonts/fontcm20b.o" "./grlib/fonts/fontcm20i.o" "./grlib/fonts/fontcm22.o" "./grlib/fonts/fontcm22b.o" "./grlib/fonts/fontcm22i.o" "./grlib/fonts/fontcm24.o" "./grlib/fonts/fontcm24b.o" "./grlib/fonts/fontcm24i.o" "./grlib/fonts/fontcm26.o" "./grlib/fonts/fontcm26b.o" "./grlib/fonts/fontcm26i.o" "./grlib/fonts/fontcm28.o" "./grlib/fonts/fontcm28b.o" "./grlib/fonts/fontcm28i.o" "./grlib/fonts/fontcm30.o" "./grlib/fonts/fontcm30b.o" "./grlib/fonts/fontcm30i.o" "./grlib/fonts/fontcm32.o" "./grlib/fonts/fontcm32b.o" "./grlib/fonts/fontcm32i.o" "./grlib/fonts/fontcm34.o" "./grlib/fonts/fontcm34b.o" "./grlib/fonts/fontcm34i.o" "./grlib/fonts/fontcm36.o" "./grlib/fonts/fontcm36b.o" "./grlib/fonts/fontcm36i.o" "./grlib/fonts/fontcm38.o" "./grlib/fonts/fontcm38b.o" "./grlib/fonts/fontcm38i.o" "./grlib/fonts/fontcm40.o" "./grlib/fonts/fontcm40b.o" "./grlib/fonts/fontcm40i.o" "./grlib/fonts/fontcm42.o" "./grlib/fonts/fontcm42b.o" "./grlib/fonts/fontcm42i.o" "./grlib/fonts/fontcm44.o" "./grlib/fonts/fontcm44b.o" "./grlib/fonts/fontcm44i.o" "./grlib/fonts/fontcm46.o" "./grlib/fonts/fontcm46b.o" "./grlib/fonts/fontcm46i.o" "./grlib/fonts/fontcm48.o" "./grlib/fonts/fontcm48b.o" "./grlib/fonts/fontcm48i.o" "./grlib/fonts/fontcmsc12.o" "./grlib/fonts/fontcmsc14.o" "./grlib/fonts/fontcmsc16.o" "./grlib/fonts/fontcmsc18.o" "./grlib/fonts/fontcmsc20.o" "./grlib/fonts/fontcmsc22.o" "./grlib/fonts/fontcmsc24.o" "./grlib/fonts/fontcmsc26.o" "./grlib/fonts/fontcmsc28.o" "./grlib/fonts/fontcmsc30.o" "./grlib/fonts/fontcmsc32.o" "./grlib/fonts/fontcmsc34.o" "./grlib/fonts/fontcmsc36.o" "./grlib/fonts/fontcmsc38.o" "./grlib/fonts/fontcmsc40.o" "./grlib/fonts/fontcmsc42.o" "./grlib/fonts/fontcmsc44.o" "./grlib/fonts/fontcmsc46.o" "./grlib/fonts/fontcmsc48.o" "./grlib/fonts/fontcmss12.o" "./grlib/fonts/fontcmss12b.o" "./grlib/fonts/fontcmss12i.o" "./grlib/fonts/fontcmss14.o" "./grlib/fonts/fontcmss14b.o" "./grlib/fonts/fontcmss14i.o" "./grlib/fonts/fontcmss16.o" "./grlib/fonts/fontcmss16b.o" "./grlib/fonts/fontcmss16i.o" "./grlib/fonts/fontcmss18.o" "./grlib/fonts/fontcmss18b.o" "./grlib/fonts/fontcmss18i.o" "./grlib/fonts/fontcmss20.o" "./grlib/fonts/fontcmss20b.o" "./grlib/fonts/fontcmss20i.o" "./grlib/fonts/fontcmss22.o" "./grlib/fonts/fontcmss22b.o" "./grlib/fonts/fontcmss22i.o" "./grlib/fonts/fontcmss24.o" "./grlib/fonts/fontcmss24b.o" "./grlib/fonts/fontcmss24i.o" "./grlib/fonts/fontcmss26.o" "./grlib/fonts/fontcmss26b.o" "./grlib/fonts/fontcmss26i.o" "./grlib/fonts/fontcmss28.o" "./grlib/fonts/fontcmss28b.o" "./grlib/fonts/fontcmss28i.o" "./grlib/fonts/fontcmss30.o" "./grlib/fonts/fontcmss30b.o" "./grlib/fonts/fontcmss30i.o" "./grlib/fonts/fontcmss32.o" "./grlib/fonts/fontcmss32b.o" "./grlib/fonts/fontcmss32i.o" "./grlib/fonts/fontcmss34.o" "./grlib/fonts/fontcmss34b.o" "./grlib/fonts/fontcmss34i.o" "./grlib/fonts/fontcmss36.o" "./grlib/fonts/fontcmss36b.o" "./grlib/fonts/fontcmss36i.o" "./grlib/fonts/fontcmss38.o" "./grlib/fonts/fontcmss38b.o" "./grlib/fonts/fontcmss38i.o" "./grlib/fonts/fontcmss40.o" "./grlib/fonts/fontcmss40b.o" "./grlib/fonts/fontcmss40i.o" "./grlib/fonts/fontcmss42.o" "./grlib/fonts/fontcmss42b.o" "./grlib/fonts/fontcmss42i.o" "./grlib/fonts/fontcmss44.o" "./grlib/fonts/fontcmss44b.o" "./grlib/fonts/fontcmss44i.o" "./grlib/fonts/fontcmss46.o" "./grlib/fonts/fontcmss46b.o" "./grlib/fonts/fontcmss46i.o" "./grlib/fonts/fontcmss48.o" "./grlib/fonts/fontcmss48b.o" "./grlib/fonts/fontcmss48i.o" "./grlib/fonts/fontcmtt12.o" "./grlib/fonts/fontcmtt14.o" "./grlib/fonts/fontcmtt16.o" "./grlib/fonts/fontcmtt18.o" "./grlib/fonts/fontcmtt20.o" "./grlib/fonts/fontcmtt22.o" "./grlib/fonts/fontcmtt24.o" "./grlib/fonts/fontcmtt26.o" "./grlib/fonts/fontcmtt28.o" "./grlib/fonts/fontcmtt30.o" "./grlib/fonts/fontcmtt32.o" "./grlib/fonts/fontcmtt34.o" "./grlib/fonts/fontcmtt36.o" "./grlib/fonts/fontcmtt38.o" "./grlib/fonts/fontcmtt40.o" "./grlib/fonts/fontcmtt42.o" "./grlib/fonts/fontcmtt44.o" "./grlib/fonts/fontcmtt46.o" "./grlib/fonts/fontcmtt48.o" "./grlib/fonts/fontfixed6x8.o" "./grlib/grlib/button.o" "./grlib/grlib/checkbox.o" "./grlib/grlib/circle.o" "./grlib/grlib/context.o" "./grlib/grlib/display.o" "./grlib/grlib/image.o" "./grlib/grlib/imageButton.o" "./grlib/grlib/line.o" "./grlib/grlib/radioButton.o" "./grlib/grlib/rectangle.o" "./grlib/grlib/string.o" "./sbl/sbl.o" "./sbl/sbl_cmd.o" "./sbl/sbl_image_int.o" "./sbl/sbl_msp.o" "./sbl/sbl_tl.o" "./sbl/sbl_tl_msp.o" -Wl,-T"../MSP_EXP432P401R.lds" -Wl,-T"configPkg/linker.cmd" -Wl,--start-group -l:msp432p4xx_driverlib.a -lstdc++ -lgcc -lm -lnosys -lc -lc -Wl,--end-group makefile:363: recipe for target 'MSP432_TIRTOS_CLASSES.out' failed C:\Users\jomodev\workspace_cc2650_P0\MSP432_TIRTOS_CLASSES\src\sysbios\sysbios.am4fg(gnu_ReentSupport.o): In function `ti_sysbios_rts_gnu_ReentSupport_getReent(int0_t)': C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/bios_6_46_00_23/packages/ti/sysbios/rts/gnu/ReentSupport.c:171: undefined reference to `__sf_fake_stdin' C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/bios_6_46_00_23/packages/ti/sysbios/rts/gnu/ReentSupport.c:171: undefined reference to `__sf_fake_stdout' C:/ti/tirex-content/tirtos_msp43x_2_20_00_06/products/bios_6_46_00_23/packages/ti/sysbios/rts/gnu/ReentSupport.c:171: undefined reference to `__sf_fake_stderr' collect2.exe: error: ld returned 1 exit status gmake: *** [MSP432_TIRTOS_CLASSES.out] Error 1 gmake: Target 'all' not remade because of errors. **** Build Finished ****
Any assistance with this would be most helpful.
Thanks,
Jon