Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » ERR ABOUT Gnu tools arm embedded(could not bulid )
ERR ABOUT Gnu tools arm embedded [message #1776868] Wed, 22 November 2017 11:45
Mozie Yan is currently offline Mozie YanFriend
Messages: 1
Registered: November 2017
Junior Member
I maked a project about STM32F10X,
use the gnu tools arm embedded,
but it report the err like that:
19:35:04 **** Incremental Build of configuration Debug for project Templete ****
Info: Internal Builder is used for build
arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -mlittle-endian -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -Xlinker --gc-sections -Wl,-Map,Templete.map -o Templete.elf "cmsis\\core_cm3.o" "cmsis\\system_stm32f10x.o" "lib\\src\\misc.o" "lib\\src\\stm32f10x_adc.o" "lib\\src\\stm32f10x_bkp.o" "lib\\src\\stm32f10x_can.o" "lib\\src\\stm32f10x_cec.o" "lib\\src\\stm32f10x_crc.o" "lib\\src\\stm32f10x_dac.o" "lib\\src\\stm32f10x_dbgmcu.o" "lib\\src\\stm32f10x_dma.o" "lib\\src\\stm32f10x_exti.o" "lib\\src\\stm32f10x_flash.o" "lib\\src\\stm32f10x_fsmc.o" "lib\\src\\stm32f10x_gpio.o" "lib\\src\\stm32f10x_i2c.o" "lib\\src\\stm32f10x_iwdg.o" "lib\\src\\stm32f10x_pwr.o" "lib\\src\\stm32f10x_rcc.o" "lib\\src\\stm32f10x_rtc.o" "lib\\src\\stm32f10x_sdio.o" "lib\\src\\stm32f10x_spi.o" "lib\\src\\stm32f10x_tim.o" "lib\\src\\stm32f10x_usart.o" "lib\\src\\stm32f10x_wwdg.o" "start\\startup_stm32f10x_hd.o" "user\\main.o" "user\\stm32f10x_it.o"
c:/program files (x86)/gnu tools arm embedded/6 2017-q2-update/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/lib/thumb/v7-m\libg.a(lib_a-exit.o): In function `exit':
exit.c:(.text.exit+0x16): undefined reference to `_exit'
collect2.exe: error: ld returned 1 exit status


19:35:04 Build Finished (took 319ms)

eclipse Version: Oxygen.1a Release (4.7.1a)
GNU ARM Tools for Embedded Version :gcc-arm-none-eabi-6-2017-q2-update-win32
JDK version :jdk-9.0.1_windows-x64_bin


how should I resolve this problem?
Previous Topic:associating nature to a remote system project
Next Topic:Cross Compiler Prefix/Path
Goto Forum:
  


Current Time: Fri Apr 26 16:53:12 GMT 2024

Powered by FUDForum. Page generated in 0.03012 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top