Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-09-02 Thread Greg Ungerer
Hi, On 02/09/14 21:40, GravyFace wrote: > Got it to build and boot, finally: I had hit spacebar in menuconfig, but it > put an "M" not an "asterisk" under the RAM option, so I guess the sub-items I > had selected (DEV_BLK_RAM*) are ignored. > > Getting to busybox shell with: > > Loading networ

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-09-02 Thread Greg Ungerer
Hi On 01/09/14 22:51, GravyFace wrote: > I'm using gcc version 4.6.3 Hmmm. In your boot trace your kernel is reporting a gcc-3.4.4 compiler: >>> Linux version 2.6.26-uc0 (root@test-ubu01) (gcc version 3.4.4) #13 Tue Aug >>> 26 12:14:17 EDT 2014 Regards Greg > Oddly, now I can't build with

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-09-02 Thread GravyFace
Ok, that built ok, but same thing: hangs at "Using base address 0x0040 and length 0x000c65f8". Here's ~/snapgear-4.0.7/.config (without commented lines): CONFIG_DISTVERSION="4.0" CONFIG_DEFAULTS_SECURECOMPUTING=y CONFIG_DEFAULTS_SECURECOMPUTING_SG560=y CONFIG_DEFAULTS_KERNEL_2_6=y CONFIG_DEFA

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-09-02 Thread GravyFace
Hi, Got it to build and boot, finally: I had hit spacebar in menuconfig, but it put an "M" not an "asterisk" under the RAM option, so I guess the sub-items I had selected (DEV_BLK_RAM*) are ignored. Getting to busybox shell with: Loading network drivers. modprobe: module ixp400 not found modprob

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-09-02 Thread GravyFace
Hi, I'm using gcc version 4.6.3 Oddly, now I can't build with kernel config I have: threw two separate errors, one was a complaint of line X in the dhclient configuration, lastly was a lex error of some nondescript reasoning. I tried again with make clean, no dice, so clearly fingers of the rotu

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-31 Thread Greg Ungerer
Hi, On 31/08/14 13:49, GravyFace wrote: > Update: I was able to (I think) sort out the kernel config by using make > menuconfig and with the help of search (/), find the parameters suggested, > change them, and re-build the image. Unfortunately it seems as though these > kernel config options

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-30 Thread GravyFace
Update: I was able to (I think) sort out the kernel config by using make menuconfig and with the help of search (/), find the parameters suggested, change them, and re-build the image. Unfortunately it seems as though these kernel config options aren't correct: it just hangs after "using base addr

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-30 Thread GravyFace
Hi Greg, Searched online for where to place those kernel config entries; tried to add them to the symlink'ed config.arch in the root snapgear-4.0.7 directory but that made 'make' unhappy. Where should I be placing those config lines? There's oodles of files with similar "CONFIG_" lines, so not s

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-28 Thread Greg Ungerer
Hi, On 29/08/14 00:09, GravyFace wrote: > Sure, here you go: > > Recovery Bootloader > (C) Copyright 1999-2006, Secure Computing Inc (www.securecomputing.com > ) > SecureComputing/SG560 Version 3.1.5u1 > 'n'etwork, 'f'lash, 's'erial [n] : > Recovery Bootloader >

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-28 Thread GravyFace
Sure, here you go: Recovery Bootloader (C) Copyright 1999-2006, Secure Computing Inc (www.securecomputing.com) SecureComputing/SG560 Version 3.1.5u1 'n'etwork, 'f'lash, 's'erial [n] : Recovery Bootloader (C) Copyright 1999-2006, Secure Computing Inc (www.securecomputing.com) SecureComputing/SG560

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-27 Thread Greg Ungerer
On 27/08/14 23:09, GravyFace wrote: On Tue, Aug 26, 2014 at 8:44 PM, Greg Ungerer mailto:g...@uclinux.org>> wrote: I'm assuming this was the last step, That is the last step. Easiest fix is to just create a /tftpboot directory that is world read/write. Doesn't really matter wheth

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-27 Thread GravyFace
On Tue, Aug 26, 2014 at 8:44 PM, Greg Ungerer wrote: > Hi, > >> >> >> I'm assuming this was the last step, >> > > That is the last step. Easiest fix is to just create a /tftpboot > directory that is world read/write. Doesn't really matter whether > you actually have tftp server enabled or not. >

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-26 Thread Greg Ungerer
Hi, On 27/08/14 02:24, GravyFace wrote: Plowed through a pile of missing dependencies, at this point: cat /home/gravyface/uclinux/snapgear-4.0.7/images/ramdisk /home/gravyface/uclinux/snapgear-4.0.7/images/zImage >/home/gravyface/uclinux/snapgear-4.0.7/images/image.bin printf '\0%s\0%s\0%s'

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-26 Thread GravyFace
Plowed through a pile of missing dependencies, at this point: cat /home/gravyface/uclinux/snapgear-4.0.7/images/ramdisk /home/gravyface/uclinux/snapgear-4.0.7/images/zImage >/home/gravyface/uclinux/snapgear-4.0.7/images/image.bin printf '\0%s\0%s\0%s' 4.0.2p0 CyberGuard SG560 >>/home/gravyface/u

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-25 Thread GravyFace
Thanks, I'll give that a go now. On Mon, Aug 25, 2014 at 2:24 AM, Greg Ungerer wrote: > Hi, > > > On 24/08/14 03:26, gravyface wrote: > >> Hi all, >> >> First time attempting to compile really anything in Linux (why not try >> this? ), and hitting a wall with a seemingly pam-auth related error.

Re: [uClinux-dev] Make errors while building snapgear-4.0.0.7

2014-08-24 Thread Greg Ungerer
Hi, On 24/08/14 03:26, gravyface wrote: Hi all, First time attempting to compile really anything in Linux (why not try this? ), and hitting a wall with a seemingly pam-auth related error. Build Environment: - Ubuntu Server 12.04.5 LTS with apt versions of binutils, build-essentials, gcc, gd