Advertisement
soyo

Error when trying to compile Blinky.c to tivaC in Eclipse

May 27th, 2014
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. 02:50:46 **** Incremental Build of configuration Release for project Template-TivaC ****
  2. make all
  3. Building file: ../startup_src/LM4C_startup.c
  4. Invoking: Cross GCC Compiler
  5. gcc -O3 -Wall -c -fmessage-length=0 -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=softfp -ffunction-sections -fdata-sections -MMD -MP -MF"startup_src/LM4C_startup.d" -MT"startup_src/LM4C_startup.d" -o "startup_src/LM4C_startup.o" "../startup_src/LM4C_startup.c"
  6. gcc.exe: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead
  7. gcc.exe: error: unrecognized command line option '-mthumb'
  8. gcc.exe: error: unrecognized command line option '-mfpu=fpv4-sp-d16'
  9. gcc.exe: error: unrecognized command line option '-mfloat-abi=softfp'
  10. make: *** [startup_src/LM4C_startup.o] Error 1
  11.  
  12. 02:50:47 Build Finished (took 1s.36ms)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement