Opened 15 years ago
Closed 14 years ago
#13 closed defect (worksforme)
error compiling
Reported by: | x5 | Owned by: | |
---|---|---|---|
Priority: | major | Component: | |
Severity: | medium | Keywords: | |
Cc: | Sensitive: | no |
Description
vmplanet@ubuntu-vm:~$ cd oscam
vmplanet@ubuntu-vm:~/oscam$ make cross-mipsel-tuxbox-linux-glibc
Build for platform mipsel-tuxbox-linux-glibc
make -C cscrypt
mipsel-linux-glibc-gcc -O2 -DOS_LINUX -DTUXBOX -DMIPSEL -DCS_CONFDIR='"/usr/local/etc"' -static-libgcc -c md5.c
make[2]: mipsel-linux-glibc-gcc: Command not found
make[2]: * lib/libcscrypt-mipsel-tuxbox-linux-glibc.a(md5.o) Error 127
make[1]: * [prepare] Error 2
make: [cross-mipsel-tuxbox-linux-glibc] Error 2 (ignored)
vmplanet@ubuntu-vm:~/oscam$
Note:
See TracTickets
for help on using tickets.
Hello,
do you have installed the SDK for compiling this ? Seems that you don't have the cross compiler installed (mipsel-linux-glibc-gcc).
You need to install it to be able to compile.
HTH.