nslu2-developers
[Top] [All Lists]

Re: [nslu2-developers] uCslugC compilation problem

To: nslu2-developers@xxxxxxxxxxxxxxx
Subject: Re: [nslu2-developers] uCslugC compilation problem
From: "Ovidiu Sas" <sip.nslu@xxxxxxxxx>
Date: Wed, 13 Jun 2007 14:51:55 -0400
openwrt seems to be  the replacement of the ucslug.


Regards,
Ovidiu Sas

On 6/13/07, Arkaitz <arkaitzj@xxxxxxxxx > wrote:

Hi,
I think that it is officially broken, i've been working on it and i've a compilable version.
The uclibc package you are using does not work, you need the svn version or the 0.9.29 version and new config files.
Are you interested in ucslugc developing? I think that now we are only 2 persons interested in ucslugc, a friend and me, write me if you need more information.



On 6/13/07, Mathieu Monney <zittix@xxxxxxxxxx> wrote:

Hi !
I'm trying to compile uCslugC with the latest monotone repository but I
can't compile the uclibc package. It fails in the Compile stage:

[....]
make[4]: Entering directory
`/home/mathieu/slug/ucslugc/tmp/work/armv5teb-linux-uclibc/uclibc-0.9.28-r9/uClibc-0.9.28/ldso/ldso'
armeb-linux-uclibc-gcc -march=armv5te -mtune=xscale -mthumb-interwork
-mthumb -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
-DUCLIBC_LDSO=\"ld-uClibc.so.0\"
-isystem/home/mathieu/slug/ucslugc/tmp/staging/armeb-linux-uclibc/include
-fexpensive-optimizations -frename-registers -Os -fPIC
-DUCLIBC_RUNTIME_PREFIX=\"/\" -fno-builtin -nostdinc -D_LIBC
-I../../ldso/include -I. -I../../include -isystem
/home/mathieu/slug/ucslugc/tmp/cross/lib/gcc/armeb-linux-uclibc/3.4.4/include
-c ldso.c -o ldso.o
In file included from ../../ldso/include/ldso.h:26,
from ldso.c:33:
../../ldso/include/dl-syscall.h: In function `_dl_exit':
../../ldso/include/dl-syscall.h:63: error: `__NR_exit' undeclared (first
use in this function)
../../ldso/include/dl-syscall.h:63: error: (Each undeclared identifier
is reported only once
../../ldso/include/dl-syscall.h:63: error: for each function it appears in.)
../../ldso/include/dl-syscall.h: In function `_dl_close':
../../ldso/include/dl-syscall.h:66: error: `__NR_close' undeclared
(first use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_open':
../../ldso/include/dl-syscall.h:69: error: `__NR_open' undeclared (first
use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_write':
../../ldso/include/dl-syscall.h:72: error: `__NR_write' undeclared
(first use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_read':
../../ldso/include/dl-syscall.h:76: error: `__NR_read' undeclared (first
use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_mprotect':
../../ldso/include/dl-syscall.h:80: error: `__NR_mprotect' undeclared
(first use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_stat':
../../ldso/include/dl-syscall.h:83: error: `__NR_stat' undeclared (first
use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_munmap':
../../ldso/include/dl-syscall.h:86: error: `__NR_munmap' undeclared
(first use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_getuid':
../../ldso/include/dl-syscall.h:89: error: `__NR_getuid' undeclared
(first use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_geteuid':
../../ldso/include/dl-syscall.h:92: error: `__NR_geteuid' undeclared
(first use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_getgid':
../../ldso/include/dl-syscall.h:95: error: `__NR_getgid' undeclared
(first use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_getegid':
../../ldso/include/dl-syscall.h:98: error: `__NR_getegid' undeclared
(first use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_getpid':
../../ldso/include/dl-syscall.h:101: error: `__NR_getpid' undeclared
(first use in this function)
../../ldso/include/dl-syscall.h: In function `_dl_readlink':
../../ldso/include/dl-syscall.h:104: error: `__NR_readlink' undeclared
(first use in this function)
In file included from ../../ldso/include/ldso.h:26,
from ldso.c:33:
../../ldso/include/dl-syscall.h:144:2: #error "Your architecture doesn't
seem to provide mmap() !?"
ldso.c: In function `_dl_malloc':
ldso.c:848: warning: implicit declaration of function `_dl_mmap'
ldso.c:849: warning: assignment makes pointer from integer without a cast
In file included from ldso.c:867:
dl-elf.c: In function `_dl_load_elf_shared_library':
dl-elf.c:457: warning: assignment makes pointer from integer without a cast
dl-elf.c: In function `_dl_dprintf':
dl-elf.c:779: warning: assignment makes pointer from integer without a cast
make[4]: *** [ldso.o] Error 1
make[4]: Leaving directory
`/home/mathieu/slug/ucslugc/tmp/work/armv5teb-linux-uclibc/uclibc-0.9.28-r9/uClibc-0.9.28/ldso/ldso'
make[3]: *** [ldso] Error 2
make[3]: Leaving directory
`/home/mathieu/slug/ucslugc/tmp/work/armv5teb-linux-uclibc/uclibc-0.9.28-r9/uClibc-0.9.28/ldso'
make[2]: *** [_dir_ldso] Error 2
make[2]: Leaving directory
`/home/mathieu/slug/ucslugc/tmp/work/armv5teb-linux-uclibc/uclibc-0.9.28-r9/uClibc-0.9.28'
FATAL: oe_runmake failed

Does anyone has some more successful try ?

Thanks in advance

Mathieu Monney




--
Arkaitz


__._,_.___


SPONSORED LINKS
Door hardware Decorative hardware Cabinet hardware
Computer hardware Window hardware

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___
<Prev in Thread] Current Thread [Next in Thread>