Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
Hello.
I'm trying to install Cross Compile environnement with Debian etch.
In step "./build_busybox" i have this message "./scripts/config/conf: cannot execute binary file".
Busybox version (in GPL/zips) is "busybox-1.00-pre1".
How can i resolve this problem ?
Thanks for your help.
Last edited by td-dns323 (2007-06-13 13:18:26)
Offline
How far along your compile attempt did you get before the error? I just compiled cleanly without that error.
I peeked into the Makefile and spotted the following:
include/config.h: .config @if [ ! -x ./scripts/config/conf ] ; then \ make -C scripts/config conf; \ fi; @./scripts/config/conf -o sysdeps/$(TARGET_OS)/Config.in
It looks like you don't have permission to run the executable conf. Can you do a ls -l and let me know what it returns? You could also try deleting the existing copy of scripts/config/conf and then when you start the build over again the make should create it for you - at least that's what the above code implies. Good Luck!
DNS-323 2x Western Digital WD5000AAKS 500GB SATAII (3.0Gb/s) 7200RPM 16MB RAID1 FW1.03 ext2
Offline
Pages: 1