Re: [arm-gnu] Problems with setup for Windows
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] Problems with setup for Windows



Kai Schuetz wrote:

Kai Schuetz wrote:

Hi !

I downloaded the gcc-arm binary package for windows. First I had to
figure out how to set up the environment, here is what I did:

set GCC_INSTALL_PATH=d:\ARM-GCC

set PATH=%GCC_INSTALL_PATH%\bin;%PATH%
set GCC_EXEC_PREFIX=%GCC_INSTALL_PATH%\libexec\gcc\arm-none-elf
set C_INCLUDE_PATH=%GCC_INSTALL_PATH%\lib\gcc\arm-none-elf\3.4.0\include
set CPLUS_INCLUDE_PATH=%GCC_INSTALL_PATH%\include\c++\3.4.0
set LIBRARY_PATH=%GCC_INSTALL_PATH%\lib\gcc\arm-none-elf\3.4.0

A simpler approach should simple be to do:

 PATH d:\ARM-GCC;%PATH%

Now I'm a bit confused since I thought I'd tried that first. Actually what
I tried was

set PATH=d:\ARM-GCC\BIN;%PATH%

which should be the same as using PATH (\BIN was missing btw.)
Yes -- sorry for the typo.

Glad that fixed it for you.

--
Mark Mitchell
CodeSourcery, LLC
(916) 791-8304
mark@xxxxxxxxxxxxxxxx