Is this the same as yours:
Code:ulimit -S -c 100000000
Yes, and that's the line that's showing you the error. I'll remove it in the next build, it's only attempting to limit the size of core files and is part of the default busybox profile.
Is this the same as yours:
Code:ulimit -S -c 100000000
Thats what I thought - but it jut come s up unable to guess system type if I run it without - strange.....
For reference this is what I get when I run configureI just tried to compile ethtool on the box and got the same things in my Makefile. Presumably the configure script doesn't play nicely with the busybox shell. I'll have a dig into it and maybe we'll need to use bash for that script.
So its not removing the whole token just the first fraction of it
Yes, odd. I made a sed package to replace the busybox one in case that was the problem - doesn't seem to have made a difference but I've uploaded the package anyway.
I'v sent a request to the automake developemnt team to see if they have come accross this before.
Guess the depends for the gcc package need updating???
If you installed gawk after trying the configure, then it's possible the shell still had the old path cached. Either way, it seems that autoconf scripts need gawk.
Opps Nano does not seem to want to work - it generates a segmentation fault - I'll look into this later.
does this mean ethtool now compiles and I can have WOL??
Hats off to you guys - but I can do all sorts of stuff with a soldering iron!
humax# ./ethtool -i eth0
driver: BCMINTMAC
version: 2.0
firmware-version:
bus-info:
Has anybody tried 'stress testing' the box to see just how much it will take before the TV picture starts to suffer?
gdb is there now... should help.
Ncurses is in the repo. I've just missed the dependency. Will fix.did a quick ldd - ncurses is needed - ill compile it and see if it makes a diference