arm-none-eabi-gcc CreateProcess Error

Asked by A.C.

hello,
 I've installed the GNU ARM TOOLS... on Windows Vista at position C:\GNUARMTOOLSCHAIN. Also i have added this folder at the %PATH%.
If Try arm-none-eabi-gcc --version obtain

arm-none-eabi-gcc.exe (GNU Tools for ARM Embedded Processors) 4.8.4 20140725 (re
lease) [ARM/embedded-4_8-branch revision 213147]
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

If try to build one of samples in the folder samples the compiler stopping the make process with the error on CreateProcess...
I try with -v on and obtain:

$ arm-none-eabi-g++ -v cpp.cc ../../startup/startup_ARMCM0.S -mthumb -mcpu=cort
ex-m0 -D__NO_SYSTEM_INIT -Os -flto -ffunction-sections -fdata-sections -fno-exc
eptions --specs=nano.specs --specs=rdimon.specs -L. -L../../ldscripts -T gcc.ld
 -Wl,--gc-sections -Wl,-Map=cpp.map -o cpp-CM0.axf
Using built-in specs.
Reading specs from c:/gnuarmtoolchain/arm-none-eabi/lib/nano.specs
rename spec link to nano_link
rename spec link_gcc_c_sequence to nano_link_gcc_c_sequence
Reading specs from c:/gnuarmtoolchain/arm-none-eabi/lib/rdimon.specs
rename spec link_gcc_c_sequence to rdimon_link_gcc_c_sequence
COLLECT_GCC=C:\GNUARMTOOLCHAIN\bin\arm-none-eabi-g++.exe
Target: arm-none-eabi
Configured with: /home/build/work/GCC-4-8-build/src/gcc/configure --build=i686-l
inux-gnu --host=i686-w64-mingw32 --target=arm-none-eabi --prefix=/home/build/wor
k/GCC-4-8-build/install-mingw --libexecdir=/home/build/work/GCC-4-8-build/instal
l-mingw/lib --infodir=/home/build/work/GCC-4-8-build/install-mingw/share/doc/gcc
-arm-none-eabi/info --mandir=/home/build/work/GCC-4-8-build/install-mingw/share/
doc/gcc-arm-none-eabi/man --htmldir=/home/build/work/GCC-4-8-build/install-mingw
/share/doc/gcc-arm-none-eabi/html --pdfdir=/home/build/work/GCC-4-8-build/instal
l-mingw/share/doc/gcc-arm-none-eabi/pdf --enable-languages=c,c++ --disable-decim
al-float --disable-libffi --disable-libgomp --disable-libmudflap --disable-libqu
admath --disable-libssp --disable-libstdcxx-pch --disable-nls --disable-shared -
-disable-threads --disable-tls --with-gnu-as --with-gnu-ld --with-headers=yes --
with-newlib --with-python-dir=share/gcc-arm-none-eabi --with-sysroot=/home/build
/work/GCC-4-8-build/install-mingw/arm-none-eabi --with-libiconv-prefix=/home/bui
ld/work/GCC-4-8-build/build-mingw/host-libs/usr --with-gmp=/home/build/work/GCC-
4-8-build/build-mingw/host-libs/usr --with-mpfr=/home/build/work/GCC-4-8-build/b
uild-mingw/host-libs/usr --with-mpc=/home/build/work/GCC-4-8-build/build-mingw/h
ost-libs/usr --with-isl=/home/build/work/GCC-4-8-build/build-mingw/host-libs/usr
 --with-cloog=/home/build/work/GCC-4-8-build/build-mingw/host-libs/usr --with-li
belf=/home/build/work/GCC-4-8-build/build-mingw/host-libs/usr --with-host-libstd
cxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --with-pkgversion='GNU
Tools for ARM Embedded Processors' --with-multilib-list=armv6-m,armv7-m,armv7e-m
,armv7-r
Thread model: single
gcc version 4.8.4 20140725 (release) [ARM/embedded-4_8-branch revision 213147] (
GNU Tools for ARM Embedded Processors)
COLLECT_GCC_OPTIONS='-v' '-mthumb' '-mcpu=cortex-m0' '-D' '__NO_SYSTEM_INIT' '-O
s' '-flto' '-ffunction-sections' '-fdata-sections' '-fno-exceptions' '-specs=nan
o.specs' '-specs=rdimon.specs' '-L.' '-L../../ldscripts' '-T' 'gcc.ld' '-o' 'cpp
-CM0.axf'
 cc1plus -quiet -v -imultilib armv6-m -iprefix c:\gnuarmtoolchain\bin\../lib/gcc
/arm-none-eabi/4.8.4/ -isysroot c:\gnuarmtoolchain\bin\../arm-none-eabi -D__USES
_INITFINI__ -D __NO_SYSTEM_INIT cpp.cc -quiet -dumpbase cpp.cc -mthumb -mcpu=cor
tex-m0 -auxbase cpp -Os -version -flto -ffunction-sections -fdata-sections -fno-
exceptions -o C:\cygwin\tmp\cc2rm12U.s
arm-none-eabi-g++.exe: error: CreateProcess: No such file or directory

this result is the same on cygwin or minGW32...

I have read some FAQ about this error with no results....my idea is a permission problem but also with administrator privilege the results dont change.

Some ideas...

Thank

Question information

Language:
English Edit question
Status:
Answered
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Terry Guo (terry.guo) said :
#1

Sorry that Vista is not our planned target. We don't have such environment to reproduce and look into the issue.

Can you help with this problem?

Provide an answer of your own, or ask A.C. for more information if necessary.

To post a message you must log in.