All: I found my issue yesterday. I has two installs of GCC on my PC and the path was not correct. To fix this I removed all GCC installs including the one for Eclipse and reinstalled GCC from scratch. On install there is an option to add GCC to PATH.
It's working now. Thank you all for looking at my issue Jeff -----Original Message----- From: Fabio Utzig <[email protected]> Sent: Wednesday, June 20, 2018 9:49 AM To: [email protected] Subject: Re: Odd errors Hi Jeff, This looks like newt is not finding "arm-none-eabi-gcc". How have you installed the ARM cross toolchain? Have you added its "bin" folder to the PATH? Best, Fabio On Tue, Jun 19, 2018, at 11:44 AM, Jeff Belz wrote: > All: > > Has anyone seen these errors before: > > Error: arm-none-eabi-gcc: error: CreateProcess: No such file or > directory And rebuild required; different command > > Trying to build the blinky project for the STM32F4-Discovery. > > This is the sequence of errors I got when I tried to "newt build > stm32f4disc_boot" > Compiling src in base directory: C:/Users/jbelz/AppData/Roaming/ > SPB_Data/dev/myp roj/repos/apache- > mynewt-core/util/mem/src > C:/Users/jbelz/AppData/Roaming/SPB_Data/dev/myproj/repos/apache-mynewt- > core/apps /boot/src/boot.c - rebuild > required; different command > C:/Users/jbelz/AppData/Roaming/SPB_Data/dev/myproj/repos/apache-mynewt- > core/boot /bootutil/src/image_ec.c - > rebuild required; different command > C:/Users/jbelz/AppData/Roaming/SPB_Data/dev/myproj/repos/apache-mynewt- > core/boot /bootutil/src/bootutil_misc.c > - rebuild required; different command > C:/Users/jbelz/AppData/Roaming/SPB_Data/dev/myproj/repos/apache-mynewt- > core/boot /bootutil/src/image_ec256.c - > rebuild required; different command > Error: arm-none-eabi-gcc: error: CreateProcess: No such file or > directory > > Thanks all > > > >
