AW: [uClinux-dev] busybox-error buildung uClinux

2008-07-03 Thread michael.knoppik
Hello,

ls -al lib/*libz*

show me, that there is a link called libz.a. the link points on a file which 
does not exist
i think it comes from making backups. sometimes i do run 

cp -r uClinux-dist uClinux-dist-14-preempt-rt-debug

in order to do backups. when i rename the folder back to uClinux-dist sometimes 
things go wrong. but i need
these backups, so how do i backup the uClinux-dist-Folder them correctly? And 
how do I resotre the backup correctly?

Cheers :)
Michael


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von David McCullough
Gesendet: Mittwoch, 2. Juli 2008 14:55
An: uClinux development list
Betreff: Re: [uClinux-dev] busybox-error buildung uClinux



Jivin [EMAIL PROTECTED] lays it down ...
 Hallo,
 
 here is the errorprint...

Thanks.

 I use uClinux-dist from January, 30th 2007 with Patch from March, 5th 2008
 I've also patched the linux-2.6.x-folder with OSADL Preempt RT Patches
 The Kernelversion is now 2.6.24-uc0-rt1
 I'm building for NET+ARM 50

Also,  what do you get if your run:

ls -al lib/*libz*

from the top level directory ?  There should be a libz.so or a libz.a there.
If not then something is wrong with the liv/zlib/Makefile or the
lib/Makefile which puts the correct files into the lib dir,

Cheers,
Davidm

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag von David McCullough
 Gesendet: Mittwoch, 2. Juli 2008 01:55
 An: uClinux development list
 Betreff: Re: [uClinux-dev] busybox-error buildung uClinux
 
 
 
 Jivin [EMAIL PROTECTED] lays it down ...
  can't find the option for mtd-utils to use zlib-devel. think there isn't 
  anyone.
  CONFIG_LIB_ZLIB is already set on y. I just ran make oldconfig an make. 
  but still got the
  ld-error and the busybox unstripped error. But I've checked my old 
  uclinux(without preempt-rt) and
  I've seen, that there I've got the same errors, but they are ignored from 
  the make-environment. how can
  I ignore them in my actual version. The old version runs without any big 
  problems!!
 
 
 Hmm, not sure.  I think I need to see the full build output.  DO the
 following and send in the ouput:
 
   make single 21 | tail -n 100  /tmp/errs.txt
 
 And send me the errs.txt.  Make sure it has the error and the mtd-utils
 stuff in the errs.txt file,  if not increase the 100 a bit ;-)
 
 Also,  which dist was that ?
 
 Cheers,
 Davidm
 
  -Ursprüngliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Auftrag von David McCullough
  Gesendet: Montag, 30. Juni 2008 12:15
  An: uClinux development list
  Betreff: Re: [uClinux-dev] busybox-error buildung uClinux
  
  
  
  Jivin [EMAIL PROTECTED] lays it down ...
   Hello,
   
   I think here is the beginning of the problem.
   
   /usr/local/lib/gcc/arm-linux/3.4.4/../../../../arm-linux/bin/ld.real: 
   cannot find -lz
   collect2: ld returned 1 exit status
   make[3]: *** [mkfs.jffs2] Fehler 1
   make[3]: Leaving directory `/home/u011514/uClinux-dist/user/mtd-utils'
   make[2]: *** [mtd-utils] Fehler 2 
   
   Do I not have to use ld instead of ld.real? How can I switch to ld?
  
  ld.real and ld are both fine,  the uclinux flat toochain renames ld to
  ld.real so you do not need to worry about this.
  
  The real problem is the:
  
  ld.real: cannot find -lz
  
  Looks like the mtd-utils need to have zlib enabled in the build.
  Because I am lazy and don't remember where to find this in the
  make xconfig,  do this.  Edit config/.config,  find the line
  containing CONFIG_LIB_ZLIB and change it to:
  
  CONFIG_LIB_ZLIB=y
  
  save then run:
  
  make oldconfig
  make
  
  And you should be away ;-)
  
  Cheers,
  Davidm
  
   -Ursprüngliche Nachricht-
   Von: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Auftrag von
   [EMAIL PROTECTED]
   Gesendet: Montag, 30. Juni 2008 09:14
   An: uclinux-dev@uclinux.org
   Betreff: AW: [uClinux-dev] busybox-error buildung uClinux
   
   
   what does make single? i didn't knew it.
   
   I tried NON_SMP_BUILD.
   
   I've attached 3 errorlogs from make. one with simple make and one with 
   NON_SMP_BUILD2: Both failed.
   make single(the third one) also doesn't run.
   
   -Ursprüngliche Nachricht-
   Von: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] Auftrag von David McCullough
   Gesendet: Sonntag, 29. Juni 2008 14:25
   An: uClinux development list
   Betreff: Re: [uClinux-dev] busybox-error buildung uClinux
   
   
   
   Jivin Mike Frysinger lays it down ...
On Friday 27 June 2008, Greg Ungerer wrote:
 [EMAIL PROTECTED] wrote:
  I've got the following error, running make for uClinux:
 
LINKbusybox_unstripped
  arm-linux-strip: busybox_unstripped: File format not recognized
  make[3]: [busybox] Fehler 1 (ignoriert)
  make[3]: Leaving directory `/home/u011514/uClinux-dist/user/busybox'
  make[2]: Leaving directory `/home/u011514/uClinux-dist/user

AW: [uClinux-dev] busybox-error buildung uClinux

2008-07-02 Thread michael.knoppik
Hallo,

here is the errorprint...

I use uClinux-dist from January, 30th 2007 with Patch from March, 5th 2008

I've also patched the linux-2.6.x-folder with OSADL Preempt RT Patches

The Kernelversion is now 2.6.24-uc0-rt1

I'm building for NET+ARM 50

Regards 
Michael

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von David McCullough
Gesendet: Mittwoch, 2. Juli 2008 01:55
An: uClinux development list
Betreff: Re: [uClinux-dev] busybox-error buildung uClinux



Jivin [EMAIL PROTECTED] lays it down ...
 can't find the option for mtd-utils to use zlib-devel. think there isn't 
 anyone.
 CONFIG_LIB_ZLIB is already set on y. I just ran make oldconfig an make. but 
 still got the
 ld-error and the busybox unstripped error. But I've checked my old 
 uclinux(without preempt-rt) and
 I've seen, that there I've got the same errors, but they are ignored from the 
 make-environment. how can
 I ignore them in my actual version. The old version runs without any big 
 problems!!


Hmm, not sure.  I think I need to see the full build output.  DO the
following and send in the ouput:

make single 21 | tail -n 100  /tmp/errs.txt

And send me the errs.txt.  Make sure it has the error and the mtd-utils
stuff in the errs.txt file,  if not increase the 100 a bit ;-)

Also,  which dist was that ?

Cheers,
Davidm

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag von David McCullough
 Gesendet: Montag, 30. Juni 2008 12:15
 An: uClinux development list
 Betreff: Re: [uClinux-dev] busybox-error buildung uClinux
 
 
 
 Jivin [EMAIL PROTECTED] lays it down ...
  Hello,
  
  I think here is the beginning of the problem.
  
  /usr/local/lib/gcc/arm-linux/3.4.4/../../../../arm-linux/bin/ld.real: 
  cannot find -lz
  collect2: ld returned 1 exit status
  make[3]: *** [mkfs.jffs2] Fehler 1
  make[3]: Leaving directory `/home/u011514/uClinux-dist/user/mtd-utils'
  make[2]: *** [mtd-utils] Fehler 2 
  
  Do I not have to use ld instead of ld.real? How can I switch to ld?
 
 ld.real and ld are both fine,  the uclinux flat toochain renames ld to
 ld.real so you do not need to worry about this.
 
 The real problem is the:
 
   ld.real: cannot find -lz
 
 Looks like the mtd-utils need to have zlib enabled in the build.
 Because I am lazy and don't remember where to find this in the
 make xconfig,  do this.  Edit config/.config,  find the line
 containing CONFIG_LIB_ZLIB and change it to:
 
   CONFIG_LIB_ZLIB=y
 
 save then run:
 
   make oldconfig
   make
 
 And you should be away ;-)
 
 Cheers,
 Davidm
 
  -Ursprüngliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Auftrag von
  [EMAIL PROTECTED]
  Gesendet: Montag, 30. Juni 2008 09:14
  An: uclinux-dev@uclinux.org
  Betreff: AW: [uClinux-dev] busybox-error buildung uClinux
  
  
  what does make single? i didn't knew it.
  
  I tried NON_SMP_BUILD.
  
  I've attached 3 errorlogs from make. one with simple make and one with 
  NON_SMP_BUILD2: Both failed.
  make single(the third one) also doesn't run.
  
  -Ursprüngliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Auftrag von David McCullough
  Gesendet: Sonntag, 29. Juni 2008 14:25
  An: uClinux development list
  Betreff: Re: [uClinux-dev] busybox-error buildung uClinux
  
  
  
  Jivin Mike Frysinger lays it down ...
   On Friday 27 June 2008, Greg Ungerer wrote:
[EMAIL PROTECTED] wrote:
 I've got the following error, running make for uClinux:

   LINKbusybox_unstripped
 arm-linux-strip: busybox_unstripped: File format not recognized
 make[3]: [busybox] Fehler 1 (ignoriert)
 make[3]: Leaving directory `/home/u011514/uClinux-dist/user/busybox'
 make[2]: Leaving directory `/home/u011514/uClinux-dist/user'
 make[1]: *** [all] Fehler 2
 make[1]: Leaving directory `/home/u011514/uClinux-dist/user'
 make: *** [subdirs] Fehler 1


 how can I solve this problem?
   
Can you run the make with V=1, eg
   
   make V=1
   
We need to see what the actual command line trying to be run is.
   
   the line posted is not the problem.  noticed how it says ignored.  since 
   he's 
   running in parallel, something else failed.
  
  Run:
  
  make single
  
  to see where it actually fails. If I missed the fact that it is an older
  uClinux-dist then run:
  
  make NON_SMP_BUILD=1
  
  Cheers,
  Davidm
  
  -- 
  David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
  Secure Computing - SnapGear  http://www.uCdot.org   http://www.snapgear.com
  ___
  uClinux-dev mailing list
  uClinux-dev@uclinux.org
  http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
  This message was resent by uclinux-dev@uclinux.org
  To unsubscribe see:
  http://mailman.uclinux.org/mailman/options/uclinux-dev

AW: [uClinux-dev] busybox-error buildung uClinux

2008-06-30 Thread michael.knoppik
what does make single? i didn't knew it.

I tried NON_SMP_BUILD.

I've attached 3 errorlogs from make. one with simple make and one with 
NON_SMP_BUILD2: Both failed.
make single(the third one) also doesn't run.

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von David McCullough
Gesendet: Sonntag, 29. Juni 2008 14:25
An: uClinux development list
Betreff: Re: [uClinux-dev] busybox-error buildung uClinux



Jivin Mike Frysinger lays it down ...
 On Friday 27 June 2008, Greg Ungerer wrote:
  [EMAIL PROTECTED] wrote:
   I've got the following error, running make for uClinux:
  
 LINKbusybox_unstripped
   arm-linux-strip: busybox_unstripped: File format not recognized
   make[3]: [busybox] Fehler 1 (ignoriert)
   make[3]: Leaving directory `/home/u011514/uClinux-dist/user/busybox'
   make[2]: Leaving directory `/home/u011514/uClinux-dist/user'
   make[1]: *** [all] Fehler 2
   make[1]: Leaving directory `/home/u011514/uClinux-dist/user'
   make: *** [subdirs] Fehler 1
  
  
   how can I solve this problem?
 
  Can you run the make with V=1, eg
 
 make V=1
 
  We need to see what the actual command line trying to be run is.
 
 the line posted is not the problem.  noticed how it says ignored.  since he's 
 running in parallel, something else failed.

Run:

make single

to see where it actually fails. If I missed the fact that it is an older
uClinux-dist then run:

make NON_SMP_BUILD=1

Cheers,
Davidm

-- 
David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
Secure Computing - SnapGear  http://www.uCdot.org   http://www.snapgear.com
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


___
Diese E-Mail einschließlich ihrer Anhänge ist vertraulich und daher allein für 
den Gebrauch durch den vorgesehenen Empfänger bestimmt. Dritten ist das Lesen, 
Verteilen oder Weiterleiten dieser E-Mail sowie jedwedes Vertrauen auf deren 
Inhalt untersagt. Wir bitten, eine fehlgeleitete E-Mail unverzüglich 
vollständig zu löschen und uns eine Nachricht zukommen zu lassen.

This email may contain material that is confidential and/or privileged for the 
sole use of the intended recipient. Any review, reliance or distribution by 
others or forwarding without express permission is strictly prohibited. If you 
are not the intended recipient, please contact the sender and delete all 
copies. 

WAGO Kontakttechnik GmbH (nach Schweizer Recht)  Co. KG; Rechtsform: 
Kommanditgesellschaft; Sitz: Minden; Registergericht: Bad Oeynhausen, HRA 6218; 
Persönlich haftender Gesellschafter: WAGO Kontakttechnik Beteiligungs GmbH; 
Sitz: Fribourg (Schweiz); Handelsregisteramt CH-217-3533291-9; 
Geschäftsführung: Dipl.-Wirtsch. Ing. (FH) Sven Michael Hohorst; Dipl. 
Betriebsw. Axel Christian Börner.which: no arm-linux-20070808-gcc in 
(/opt/kde3/bin:/opt/eclipse:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin)
stdin:1097:2: warning: #warning syscall fadvise64 not implemented
stdin:1265:2: warning: #warning syscall migrate_pages not implemented
stdin:1321:2: warning: #warning syscall pselect6 not implemented
stdin:1325:2: warning: #warning syscall ppoll not implemented
stdin:1365:2: warning: #warning syscall epoll_pwait not implemented
ERROR: high_memory [drivers/char/rmem.ko] undefined!
ERROR: max_mapnr [drivers/char/rmem.ko] undefined!
make[2]: [__modpost] Fehler 1 (ignoriert)
stdin:1097:2: warning: #warning syscall fadvise64 not implemented
stdin:1265:2: warning: #warning syscall migrate_pages not implemented
stdin:1321:2: warning: #warning syscall pselect6 not implemented
stdin:1325:2: warning: #warning syscall ppoll not implemented
stdin:1365:2: warning: #warning syscall epoll_pwait not implemented
ERROR: high_memory [drivers/char/rmem.ko] undefined!
ERROR: max_mapnr [drivers/char/rmem.ko] undefined!
make[2]: [__modpost] Fehler 1 (ignoriert)
which: no arm-linux-20070808-gcc in 
(/opt/kde3/bin:/opt/eclipse:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/home/u011514/uClinux-dist/tools)
which: no arm-linux-20070808-gcc in 
(/opt/kde3/bin:/opt/eclipse:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/home/u011514/uClinux-dist/tools)
which: no arm-linux-20070808-gcc in 
(/opt/kde3/bin:/opt/eclipse:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/home/u011514/uClinux-dist/tools)
which: no arm-linux-20070808-gcc in 

AW: [uClinux-dev] busybox-error buildung uClinux

2008-06-30 Thread michael.knoppik
Hello,

I think here is the beginning of the problem.

/usr/local/lib/gcc/arm-linux/3.4.4/../../../../arm-linux/bin/ld.real: cannot 
find -lz
collect2: ld returned 1 exit status
make[3]: *** [mkfs.jffs2] Fehler 1
make[3]: Leaving directory `/home/u011514/uClinux-dist/user/mtd-utils'
make[2]: *** [mtd-utils] Fehler 2 

Do I not have to use ld instead of ld.real? How can I switch to ld?

Regards
Michael

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von
[EMAIL PROTECTED]
Gesendet: Montag, 30. Juni 2008 09:14
An: uclinux-dev@uclinux.org
Betreff: AW: [uClinux-dev] busybox-error buildung uClinux


what does make single? i didn't knew it.

I tried NON_SMP_BUILD.

I've attached 3 errorlogs from make. one with simple make and one with 
NON_SMP_BUILD2: Both failed.
make single(the third one) also doesn't run.

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von David McCullough
Gesendet: Sonntag, 29. Juni 2008 14:25
An: uClinux development list
Betreff: Re: [uClinux-dev] busybox-error buildung uClinux



Jivin Mike Frysinger lays it down ...
 On Friday 27 June 2008, Greg Ungerer wrote:
  [EMAIL PROTECTED] wrote:
   I've got the following error, running make for uClinux:
  
 LINKbusybox_unstripped
   arm-linux-strip: busybox_unstripped: File format not recognized
   make[3]: [busybox] Fehler 1 (ignoriert)
   make[3]: Leaving directory `/home/u011514/uClinux-dist/user/busybox'
   make[2]: Leaving directory `/home/u011514/uClinux-dist/user'
   make[1]: *** [all] Fehler 2
   make[1]: Leaving directory `/home/u011514/uClinux-dist/user'
   make: *** [subdirs] Fehler 1
  
  
   how can I solve this problem?
 
  Can you run the make with V=1, eg
 
 make V=1
 
  We need to see what the actual command line trying to be run is.
 
 the line posted is not the problem.  noticed how it says ignored.  since he's 
 running in parallel, something else failed.

Run:

make single

to see where it actually fails. If I missed the fact that it is an older
uClinux-dist then run:

make NON_SMP_BUILD=1

Cheers,
Davidm

-- 
David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
Secure Computing - SnapGear  http://www.uCdot.org   http://www.snapgear.com
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


___
Diese E-Mail einschließlich ihrer Anhänge ist vertraulich und daher allein für 
den Gebrauch durch den vorgesehenen Empfänger bestimmt. Dritten ist das Lesen, 
Verteilen oder Weiterleiten dieser E-Mail sowie jedwedes Vertrauen auf deren 
Inhalt untersagt. Wir bitten, eine fehlgeleitete E-Mail unverzüglich 
vollständig zu löschen und uns eine Nachricht zukommen zu lassen.

This email may contain material that is confidential and/or privileged for the 
sole use of the intended recipient. Any review, reliance or distribution by 
others or forwarding without express permission is strictly prohibited. If you 
are not the intended recipient, please contact the sender and delete all 
copies. 

WAGO Kontakttechnik GmbH (nach Schweizer Recht)  Co. KG; Rechtsform: 
Kommanditgesellschaft; Sitz: Minden; Registergericht: Bad Oeynhausen, HRA 6218; 
Persönlich haftender Gesellschafter: WAGO Kontakttechnik Beteiligungs GmbH; 
Sitz: Fribourg (Schweiz); Handelsregisteramt CH-217-3533291-9; 
Geschäftsführung: Dipl.-Wirtsch. Ing. (FH) Sven Michael Hohorst; Dipl. 
Betriebsw. Axel Christian Börner.
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


AW: [uClinux-dev] busybox-error buildung uClinux

2008-06-30 Thread michael.knoppik
can't find the option for mtd-utils to use zlib-devel. think there isn't anyone.
CONFIG_LIB_ZLIB is already set on y. I just ran make oldconfig an make. but 
still got the
ld-error and the busybox unstripped error. But I've checked my old 
uclinux(without preempt-rt) and
I've seen, that there I've got the same errors, but they are ignored from the 
make-environment. how can
I ignore them in my actual version. The old version runs without any big 
problems!!

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von David McCullough
Gesendet: Montag, 30. Juni 2008 12:15
An: uClinux development list
Betreff: Re: [uClinux-dev] busybox-error buildung uClinux



Jivin [EMAIL PROTECTED] lays it down ...
 Hello,
 
 I think here is the beginning of the problem.
 
 /usr/local/lib/gcc/arm-linux/3.4.4/../../../../arm-linux/bin/ld.real: cannot 
 find -lz
 collect2: ld returned 1 exit status
 make[3]: *** [mkfs.jffs2] Fehler 1
 make[3]: Leaving directory `/home/u011514/uClinux-dist/user/mtd-utils'
 make[2]: *** [mtd-utils] Fehler 2 
 
 Do I not have to use ld instead of ld.real? How can I switch to ld?

ld.real and ld are both fine,  the uclinux flat toochain renames ld to
ld.real so you do not need to worry about this.

The real problem is the:

ld.real: cannot find -lz

Looks like the mtd-utils need to have zlib enabled in the build.
Because I am lazy and don't remember where to find this in the
make xconfig,  do this.  Edit config/.config,  find the line
containing CONFIG_LIB_ZLIB and change it to:

CONFIG_LIB_ZLIB=y

save then run:

make oldconfig
make

And you should be away ;-)

Cheers,
Davidm

 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag von
 [EMAIL PROTECTED]
 Gesendet: Montag, 30. Juni 2008 09:14
 An: uclinux-dev@uclinux.org
 Betreff: AW: [uClinux-dev] busybox-error buildung uClinux
 
 
 what does make single? i didn't knew it.
 
 I tried NON_SMP_BUILD.
 
 I've attached 3 errorlogs from make. one with simple make and one with 
 NON_SMP_BUILD2: Both failed.
 make single(the third one) also doesn't run.
 
 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag von David McCullough
 Gesendet: Sonntag, 29. Juni 2008 14:25
 An: uClinux development list
 Betreff: Re: [uClinux-dev] busybox-error buildung uClinux
 
 
 
 Jivin Mike Frysinger lays it down ...
  On Friday 27 June 2008, Greg Ungerer wrote:
   [EMAIL PROTECTED] wrote:
I've got the following error, running make for uClinux:
   
  LINKbusybox_unstripped
arm-linux-strip: busybox_unstripped: File format not recognized
make[3]: [busybox] Fehler 1 (ignoriert)
make[3]: Leaving directory `/home/u011514/uClinux-dist/user/busybox'
make[2]: Leaving directory `/home/u011514/uClinux-dist/user'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/u011514/uClinux-dist/user'
make: *** [subdirs] Fehler 1
   
   
how can I solve this problem?
  
   Can you run the make with V=1, eg
  
  make V=1
  
   We need to see what the actual command line trying to be run is.
  
  the line posted is not the problem.  noticed how it says ignored.  since 
  he's 
  running in parallel, something else failed.
 
 Run:
 
   make single
 
 to see where it actually fails. If I missed the fact that it is an older
 uClinux-dist then run:
 
   make NON_SMP_BUILD=1
 
 Cheers,
 Davidm
 
 -- 
 David McCullough,  [EMAIL PROTECTED],   Ph:+61 734352815
 Secure Computing - SnapGear  http://www.uCdot.org   http://www.snapgear.com
 ___
 uClinux-dev mailing list
 uClinux-dev@uclinux.org
 http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
 This message was resent by uclinux-dev@uclinux.org
 To unsubscribe see:
 http://mailman.uclinux.org/mailman/options/uclinux-dev
 
 
 ___
 Diese E-Mail einschließlich ihrer Anhänge ist vertraulich und daher allein 
 für den Gebrauch durch den vorgesehenen Empfänger bestimmt. Dritten ist das 
 Lesen, Verteilen oder Weiterleiten dieser E-Mail sowie jedwedes Vertrauen auf 
 deren Inhalt untersagt. Wir bitten, eine fehlgeleitete E-Mail unverzüglich 
 vollständig zu löschen und uns eine Nachricht zukommen zu lassen.
 
 This email may contain material that is confidential and/or privileged for 
 the sole use of the intended recipient. Any review, reliance or distribution 
 by others or forwarding without express permission is strictly prohibited. If 
 you are not the intended recipient, please contact the sender and delete all 
 copies. 
 
 WAGO Kontakttechnik GmbH (nach Schweizer Recht)  Co. KG; Rechtsform: 
 Kommanditgesellschaft; Sitz: Minden; Registergericht: Bad Oeynhausen, HRA 
 6218; Persönlich haftender Gesellschafter: WAGO Kontakttechnik Beteiligungs 
 GmbH; Sitz: Fribourg (Schweiz); Handelsregisteramt CH-217-3533291-9