Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  The compiler you must use (arm-elf-gcc) is not in your path!
« previous next »
  • Print
Pages: [1]

Author Topic: The compiler you must use (arm-elf-gcc) is not in your path!  (Read 4870 times)

Offline william7

  • Member
  • *
  • Posts: 13
The compiler you must use (arm-elf-gcc) is not in your path!
« on: December 26, 2008, 04:15:50 PM »
I download rockbox source with svn and go with this guide http://www.rockbox.org/twiki/bin/view/Main/LinuxSimpleGuideToCompiling

Code: [Select]
byku:~/rockbox/build$ echo $PATH
/bin:/usr/bin:/sbin:/usr/sbin:/opt/java/jre/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/usr/lib/swiftweasel:/usr/local/arm-elf/bin:/usr/local/m68k-elf/bin:/usr/local/sh-elf/bin:/home/byku/bin:/usr/local/m68k-elf/bin:/usr/local/m68k-elf/bin:/usr/local/m68k-elf/bin:/usr/local/arm-elf/bin
byku:~/rockbox/build$

but when I type make I have problems:

Code: [Select]
Using source code root directory: /home/byku/rockbox
../tools/configure: line 2200: arm-elf-gcc: command not found
../tools/configure: line 2204: arm-elf-ld: command not found
WARNING: The compiler you must use (arm-elf-gcc) is not in your path!
WARNING: this may cause your build to fail since we cannot do the
WARNING: checks we want now.
Using arm-elf-ld
Created Makefile
byku:~/rockbox/build$ make
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
Generating dependencies
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
/bin/sh: arm-elf-gcc: command not found
CC tools/rdf2binary
CC tools/convbdf
CC tools/codepages
CC bmp2rb
BMP2RB iaudio_bl_flash.c
CC tools/scramble
CC uclpack
CC tools/mktccboot
CC tools/mkboot
PP features.txt
/bin/sh: arm-elf-gcc: command not found
CC lang.c
make: arm-elf-gcc: Command not found
make: *** [/home/byku/rockbox/build/lang.o] Error 127
byku:~/rockbox/build$

Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: The compiler you must use (arm-elf-gcc) is not in your path!
« Reply #1 on: December 26, 2008, 04:25:33 PM »
That usually means you didn't install the compiler, or you tried to install it but it failed.  Rerun the install script and ensure that it actually completes and copies the files to those directories in your path.
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  The compiler you must use (arm-elf-gcc) is not in your path!
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.064 seconds with 15 queries.