I use code composer v6. I create a project for CC2538. When I select the compiler as GNU-C, a warning message appears on top of the window "selected device does not currently provide project initialization details for the GNU toolchain"
Could someone please explain what kind of information do I need to provide and how do I do it?
it has this flag options "-mcpu=cortex-m3 -mthumb -mfpu=vfp -I"c:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_7-2013q3/arm-none-eabi/include" -g -gstrict-dwarf -Wall -mno-thumb-interwork -msoft-float -mfix-cortex-m3-ldrd"
linker option shows this flag set "-mthumb -g -gstrict-dwarf -Wall -Wl,-Map,"CC2538_test.map""