Question
STM32 project build on eclipse oxygen using windows 10-64 bit error 0xc0000142
Posted on July 02, 2018 at 06:38
#eclipse #stm32f4-flash #eclipse-plugin #toolchain #compile
Hi,
I am trying to run basic STM32F4 projects on my windows 10,64 bit laptop using eclipse oxygen.I have installed all the toolchain,bin path is given on appropriate pages.when I am build my code ,i am getting below mentioned error.How to resolve the error.when I have searched on internet ,I read like it may be causes of two programs which are accessing same MINGW compiler.I installed code blocks on my PC.how to resolve?
ake all
Building file: ../system/src/stm32f4-hal/stm32f4xx_hal.cInvoking: GNU ARM Cross C Compilerarm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=soft -Og -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-move-loop-invariants -Wall -Wextra -g3 -DDEBUG -DUSE_FULL_ASSERT -DTRACE -DOS_USE_TRACE_SEMIHOSTING_DEBUG -DSTM32F407xx -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -I''../include'' -I''../system/include'' -I''../system/include/cmsis'' -I''../system/include/stm32f4-hal'' -std=gnu11 -Wno-bad-function-cast -Wno-conversion -Wno-sign-conversion -Wno-unused-parameter -Wno-sign-compare -Wno-missing-prototypes -Wno-missing-declarations -MMD -MP -MF''system/src/stm32f4-hal/stm32f4xx_hal.d'' -MT''system/src/stm32f4-hal/stm32f4xx_hal.o'' -c -o ''system/src/stm32f4-hal/stm32f4xx_hal.o'' ''../system/src/stm32f4-hal/stm32f4xx_hal.c''make: *** [system/src/stm32f4-hal/stm32f4xx_hal.o] Error -107374150210:06:49 Build Failed. 1 errors, 0 warnings. (took 2s.242ms)
#eclipse #stm32f4-flash #eclipse-plugin #toolchain #compile