* I am new to BusyBox *

I apologize if this is not an appropriate avenue for this kind of (hopefully) basic problem.

I recently got interested in BusyBox. I tried using a pre-built (for Windows32) executable.. and liked what I saw. So I tried building BusyBox from the source.

But first, here’s the “lay of the land.”

I’m running Windows 7 64-bit Professional.

My (very new) Cygwin environment is:
- cygwin1.dll 1.7.9
- gcc 3.4.4
- binutils 2.22.51
- make 3.82

So I tried “make defconfig,” and here’s what I get:

HOSTCC  scripts/basic/fixdep
scripts/basic/fixdep.c: In function `parse_config_file':
scripts/basic/fixdep.c:236: warning: array subscript has type `char'
scripts/basic/fixdep.c:253: warning: array subscript has type `char'
scripts/basic/fixdep.c:261: warning: array subscript has type `char'
scripts/basic/fixdep.c: In function `parse_dep_file':
scripts/basic/fixdep.c:337: warning: array subscript has type `char'
/bin/sh: line 1: 5680 Segmentation fault (core dumped) scripts/basic/fixdep scripts/basic/.fixdep.d scripts/basic/fixdep 'gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c ' > scripts/basic/.fixdep.tmp
scripts/Makefile.host:104: recipe for target `scripts/basic/fixdep' failed
make[1]: *** [scripts/basic/fixdep] Error 139
Makefile:356: recipe for target `scripts_basic' failed
make: *** [scripts_basic] Error 2

Any thoughts/pointers appreciated.

Thanks,

Tom
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to