Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

add arm-elf-gcc to MINGW32

Status
Not open for further replies.

ziedg

Newbie level 5
Joined
Sep 14, 2010
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,350
hello,

i want to compile program with MINGW
but when i make the file MINGW showed me : arm-elf-gcc command not found
i want to add arm-elf-gcc to MINGW ?

can you help me please ?
 

i have resolved the problem.

i have downolad arm-elf and i have added arm-elf in directory MinGW and add arm-elf in PATH with this command
export PATH="/MinGW/arm-elf/install/bin:$PATH"

after MinGW recognize the command arm-elf-gcc
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top