DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2007-06-13 13:14:41

td-dns323
Member
Registered: 2007-06-06
Posts: 25

build_busybox : "./scripts/config/conf: cannot execute binary file"

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)


********************************
2 DNS-323 with 4 Seagate ATA 500 Go 16 Mo cache UDMA-300 7200 rpm Barracuda 7200.10 in Raid 1 -Firmware 1.03

Offline

 

#2 2007-06-15 00:15:17

BobE
Member
From: NJ, USA
Registered: 2007-03-24
Posts: 21

Re: build_busybox : "./scripts/config/conf: cannot execute binary file"

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:

Code:

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


• DNS-323 A1 | FW1.09 | 2x WD20EVDS AV-GP 2TB SATA 3.0Gb/s 7200RPM, 32MB | RAID1 | ext3 | ffp 0.5,  Samba 3.4.6-1

• NSA-220+ | FW3.23 | 2x WD15EADS “Green” 1.5TB SATA 3.0Gb/s 7200RPM, 32MB | RAID1 | ext3 | External USB: Kingston DT1 2GB Flash Drive ( ffp 0.5 )

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB