View previous topic :: View next topic |
Author |
Message |
Alatariel n00b

Joined: 04 Aug 2005 Posts: 2 Location: Düsseldorf
|
Posted: Fri Dec 28, 2007 9:38 pm Post subject: |
|
|
Danke für den Tip mit GCC 3.4.6
Den Fehler mit der page.h kann man recht leicht beheben, indem man das Paket aus /usr/portage/distfiles entpackt, die Zeile in der page.h included wird in der ioperm.c auskommentiert und alles neu verpackt.
Danach nur noch mit ebuild /path/to.ebuild digest neue Checksummen generieren und es funktioniert auch. |
|
Back to top |
|
 |
chilla Apprentice

Joined: 12 Dec 2004 Posts: 203 Location: Heidelberg, Germy
|
Posted: Fri Feb 01, 2008 10:25 pm Post subject: |
|
|
nslu2 ist doch schon out Nun wird an der Horstbox von dlink gefrickelt [/url] _________________ "Democracy is two wolves and a sheep voting on what to have for dinner. Liberty is two wolves attempting to have a sheep for dinner and finding a well-informed, well-armed sheep."
TU-BS Wiki |
|
Back to top |
|
 |
tazinblack Veteran


Joined: 23 Jan 2005 Posts: 1146 Location: Baden / Germany
|
Posted: Sat Aug 16, 2008 8:26 am Post subject: Re: embedded-gentoo auf einer Linksys NSLU2 |
|
|
chilla wrote: | Nun können wir ganz einfach unsere Crosscompile-umgebung erstellen: Code: | [16:15:30]|[chilla@chucky]|~$ sudo crossdev armeb-softfloat-linux-uclibc |
[/list]
|
Leider fliegt das bei mit voll auf die Nase :
Code: |
...
>>> Unpacking uClibc-0.9.28.3-patches-1.8.tar.bz2 to /var/tmp/cross/armeb-softfloat-linux-uclibc/portage/cross-armeb-softfloat-linux-uclibc/uclibc-0.9.28.3-r7/work/uClibc-0.9.28.3
* Applying various patches (bugfixes/updates) ...
* 10_all_uClibc-svn-r11188-posix_memalign.patch ...
[ ok ]
* 20_all_uClibc-0.9.28.3-ai-netdb.patch ...
[ ok ]
* 30_all_uClibc-svn-r20834-sys_queue.patch ...
[ ok ]
* 40_all_uClibc-svn-r16020-readdir_r.patch ...
[ ok ]
* 50_all_uClibc-realpath.patch ...
[ ok ]
* 60_all_uClibc-splice-tee.patch ...
[ ok ]
* 62_all_uClibc-arm-ioperm.patch ...
[ ok ]
* 63_all_uClibc-arm-ioperm-outl.patch ...
[ ok ]
* Done with patching
* Applying various patches (bugfixes/updates) ...
* 10_all_uClibc-0.9.27-susv3-2.patch ...
[ ok ]
* 15_all_uClibc-0.9.27-susv3-ldouble-3.patch ...
[ ok ]
* Done with patching
conf.c: In function 'strip':
conf.c:46: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
conf.c: In function 'conf_askvalue':
conf.c:94: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness
conf.c: In function 'conf_string':
conf.c:187: warning: pointer targets in passing argument 1 of 'strlen' differ in signednessconf.c:188: warning: pointer targets in assignment differ in signedness
conf.c: In function 'conf_sym':
conf.c:236: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
conf.c:236: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
conf.c:236: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
conf.c:236: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
conf.c:236: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
conf.c:236: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
conf.c:248: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
conf.c:248: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
conf.c:248: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
conf.c:248: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signednessconf.c:248: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
conf.c:248: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
conf.c: In function 'conf_choice':
conf.c:350: warning: pointer targets in passing argument 1 of 'fgets' differ in signedness
conf.c:360: warning: pointer targets in passing argument 1 of 'atoi' differ in signedness
conf.c:384: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
In file included from zconf.tab.c:2125:
confdata.c: In function 'conf_expand_value':
confdata.c:35: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness
confdata.c:35: warning: pointer targets in assignment differ in signedness
confdata.c:36: warning: pointer targets in passing argument 2 of '__builtin_strncat' differ in signedness
confdata.c:47: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness
confdata.c: In function 'conf_get_default_confname':
confdata.c:58: warning: pointer targets in passing argument 1 of 'conf_expand_va
confdata.c:58: warning: pointer targets in passing argument 1 of 'conf_expand_value' differ in signedness
confdata.c: In function 'conf_read':
confdata.c:84: warning: pointer targets in passing argument 1 of 'conf_expand_value' differ in signedness
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[2]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[2]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[2]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[2]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[2]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[2]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
make[1]: armeb-softfloat-linux-uclibc-gcc: Command not found
>>> Source unpacked.
>>> Compiling source in /var/tmp/cross/armeb-softfloat-linux-uclibc/portage/cross-armeb-softfloat-linux-uclibc/uclibc-0.9.28.3-r7/work/uClibc-0.9.28.3 ...
make: armeb-softfloat-linux-uclibc-gcc: Kommando nicht gefunden
make: armeb-softfloat-linux-uclibc-gcc: Kommando nicht gefunden
rm -f -r include/bits
install -d include/bits
...
|
Irgendwie findet er den armeb-softfloat-linux-uclibc-gcc nicht??!
Hat da jemand ne Idee? _________________ Gruß / Regards
tazinblack
_______________________________________________________
what's the point in being grown up if you can't be childish sometimes |
|
Back to top |
|
 |
Tigerchen n00b

Joined: 22 Apr 2004 Posts: 4 Location: Frankfurt / Germany
|
Posted: Tue Sep 16, 2008 8:04 pm Post subject: |
|
|
jo besorg dir irgendwoher ( #gentoo-embedded half mir) nen cross-armeb-softfloat-linux-uclibc-gcc und emerge den mit emerge /path/to/package.tbz2 und besorg dir auch die crossdev-wrappers, dann gets |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|