Hi. i used your blink led example code and wanted to build projects.
but, i had a problem after following swra446 manual
1. eclipse didnt find stdint.h, so i set a path of stdint.h is C:/MinGW/include/stdint.h. i wonder i did change file path right
Also i wanna include stdbool.h and how do i include it?
2. Next, i built my projects. but, i have some problems and i dont know what the problem is
2-1 in the code 'startup_gcc.c', i found question mark on the code '#error "startup_gcc.c: Unsupported compiler!"
2-2 also i found another question mark with a line '__root const ccfg_t __ccfg @ ".ccfg" =' in 'ccfg.c'
2-3 last, i found an error report on the console tab after building project. Here
c:/program files (x86)/gnu tools arm embedded/4.8 2014q3/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: ..\..\bin\gcc/blink_led.elf section `.ccfg' will not fit in region `FLASH_CCFG'
c:/program files (x86)/gnu tools arm embedded/4.8 2014q3/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: region `FLASH_CCFG' overflowed by 4 bytes
because i dont know what these problems are, i cannot continue my work :( i will wait your response ASAP