Quantcast
Channel: IP-Phone-Forum
Viewing all articles
Browse latest Browse all 15636

Kompiler-Fehler auf Raspberry Pi

$
0
0
Hallo,

beim Kompilieren von Freetz stable 2.0 (heute frisch aus svn) auf meinem Raspberry Pi bekomme ich folgenden Fehler:
Syntax error: word unexpected (expecting ")")

Augabe von make mit verbose 2:
Code:

pi@raspberrypi ~/freetz-stable-2.0 $ make
cmd() { PATH="/home/pi/freetz-stable-2.0/toolchain/build/mipsel_gcc-4.6.4_uClibc-0.9.32.1/mipsel-linux-uclibc/bin:/home/pi/frelinux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games" LD_RUN_PATH="/usr/lib/"ERROR: Build failed.";  exit 1; } };  if [ -e source/.echo_item_start -a ! -e source/.echo_item_build ]; then echo -n "buildel/ref-ur8-7270_05.50/linux-2.6.32 CROSS_COMPILE="mipsel-unknown-linux-gnu-" KERNEL_MAKE_PATH="/home/pi/freetz-stable-2.0/toollocal/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games" ARCH="mips" INSTALL_HDR_PATH=/home/pi/fre1/linux-dev/2.6.32 INSTALL_MOD_PATH="/home/pi/freetz-stable-2.0/source/kernel/ref-ur8-7270_05.50" prepare
make[1]: Entering directory `/home/pi/freetz-stable-2.0/source/kernel/ref-ur8-7270_05.50/linux-2.6.32'
Makefile:197: use: CROSS_COMPILE=mipsel-unknown-linux-gnu-
/bin/bash: /home/pi/freetz-stable-2.0/toolchain/build/mipsel_gcc-4.6.4/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-g
/bin/bash: /home/pi/freetz-stable-2.0/toolchain/build/mipsel_gcc-4.6.4/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-g
/bin/bash: /home/pi/freetz-stable-2.0/toolchain/build/mipsel_gcc-4.6.4/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-g
/bin/bash: /home/pi/freetz-stable-2.0/toolchain/build/mipsel_gcc-4.6.4/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-g
/bin/bash: /home/pi/freetz-stable-2.0/toolchain/build/mipsel_gcc-4.6.4/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-g
  CHK    include/linux/version.h
  CHK    include/linux/utsrelease.h
  SYMLINK include/asm -> include/asm-mips
make[2]: Warning: File `/usr/include/arm-linux-gnueabihf/sys/types.h' has modification time 2.5e+06 s in the future
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/basic/hash
make[2]: warning:  Clock skew detected.  Your build may be incomplete.
  CC      kernel/bounds.s
/home/pi/freetz-stable-2.0/toolchain/build/mipsel_gcc-4.6.4/mipsel-unknown-linux-gnu/bin/mipsel-unknown-linux-gnu-gcc: 1: /homunknown-linux-gnu/bin/mipsel-unknown-linux-gnu-gcc: Syntax error: word unexpected (expecting ")")
make[2]: *** [kernel/bounds.s] Error 2
make[1]: *** [prepare0] Error 2
make[1]: Leaving directory `/home/pi/freetz-stable-2.0/source/kernel/ref-ur8-7270_05.50/linux-2.6.32'

ERROR: Build failed.
make: *** [source/kernel/ref-ur8-7270_05.50/.prepared] Error 1

Was bedeutet das und was kann ich dagegen tun?
ls des betreffenden Ordners:
Code:

pi@raspberrypi ~/freetz-stable-2.0/toolchain/build/mipsel_gcc-4.6.4/mipsel-unknown-linux-gnu/mipsel-unknown-linux-gnu/bin $ ls
ar  as  cc  gcc  ld  nm  objcopy  objdump  ranlib  strip

Vielen Dank für eure Hilfe,
Bastian

Viewing all articles
Browse latest Browse all 15636


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>