makefile:296: warning: overriding recipe for target '.'
makefile:293: warning: ignoring old recipe for target '.'
makefile:299: warning: overriding recipe for target '.'
makefile:296: warning: ignoring old recipe for target '.'
makefile:302: warning: overriding recipe for target '.'
makefile:299: warning: ignoring old recipe for target '.'
--- building test1. defines: -DSTM32F030x6 -DVER_MAJOR=0 -DVER_MINOR=1 -DHSE_VALUE=8000000
makefile:296: warning: overriding recipe for target '.'
makefile:293: warning: ignoring old recipe for target '.'
makefile:299: warning: overriding recipe for target '.'
makefile:296: warning: ignoring old recipe for target '.'
makefile:302: warning: overriding recipe for target '.'
makefile:299: warning: ignoring old recipe for target '.'
makefile:296: warning: overriding recipe for target '.'
makefile:293: warning: ignoring old recipe for target '.'
makefile:299: warning: overriding recipe for target '.'
makefile:296: warning: ignoring old recipe for target '.'
makefile:302: warning: overriding recipe for target '.'
makefile:299: warning: ignoring old recipe for target '.'
--- compiling main.cpp...
--- linking...
c:/program files (x86)/gnu tools arm embedded/4.8 2014q2/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld.exe: warning: cannot find entry symbol Reset_Handler; defaulting to 08000000
makefile:296: warning: overriding recipe for target '.'
makefile:293: warning: ignoring old recipe for target '.'
makefile:299: warning: overriding recipe for target '.'
makefile:296: warning: ignoring old recipe for target '.'
makefile:302: warning: overriding recipe for target '.'
makefile:299: warning: ignoring old recipe for target '.'
--- make hex...
makefile:296: warning: overriding recipe for target '.'
makefile:293: warning: ignoring old recipe for target '.'
makefile:299: warning: overriding recipe for target '.'
makefile:296: warning: ignoring old recipe for target '.'
makefile:302: warning: overriding recipe for target '.'
makefile:299: warning: ignoring old recipe for target '.'
--- making asm-lst...
text data bss dec hex filename
0 0 768 768 300 ./test1.elf
"Errors: none"
[Finished in 0.6s]
arm-none-eabi-gcc main.cpp
c:/program files (x86)/gnu tools arm embedded/4.8 2014q2/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/lib\libc.a(lib_a-exit.o): In function `exit':
exit.c:(.text.exit+0x2c): undefined reference to `_exit'
collect2.exe: error: ld returned 1 exit status
make: *** [all] Error 1
[Finished in 0.3s with exit code 2]
{
"folders":
[
{
"path": "."
}
],
"build_systems":
[
{
"name": "arm build",
"cmd": ["make"],
"working_dir": "${project_path}/"
}
],
"settings":
{
"sublimeclang_options":
[
"-std=c++11",
"-Wall",
"-I${project_path}/"
]
}
}
all:
arm-none-eabi-gcc main.cpp