Im not understanding.. what commands would I run to do that? Sorry im not a hard core C-programmer / developer.. im a windows Visual studio convert hehhe
So far after I installed git my build is running... ill know how it did once it is done and I load it onto my machine -Christopher -----Original Message----- From: Philip A. Prindeville [mailto:philipp_s...@redfish-solutions.com] Sent: Tuesday, December 08, 2009 3:14 PM To: astlinux-users@lists.sourceforge.net Subject: Re: [Astlinux-users] build errors.. what revision to work off of for 0.7?? I'd suggest from a "cold bore" checkout, doing: toolchain/build { net5501 | net4801 | geni586 | via | viac7 } [ nondev ] [ noram ] ... other make options .... This takes care of all of the initial steps on the first build. On 12/08/2009 09:01 AM, Chris Abnett wrote: > Im going backwards!!! What am I doing wrong here????? > > Deleted my development directory.. > > Checked out revision 3417 , I saw someone else using it... > > cp astlinux.config .config > > make menuconfig.. didn't change a thing just hit exit and yes to save > > and I get this now when trying to build: > > I never had this much trouble before.. I must be doing something totally > dumb > -Christopher > > *** End of Buildroot configuration. > *** Check the top-level Makefile for additional configuration options. > > [cadillac...@develserver 0.7]$ make > Host tool missing: git > make: *** [host.git] Error 1 > [cadillac...@develserver 0.7]$ > > > > -----Original Message----- > From: Chris Abnett [mailto:eldorado...@yahoo.com] > Sent: Tuesday, December 08, 2009 11:44 AM > To: 'AstLinux Users Mailing List' > Subject: [Astlinux-users] build errors.. what revision to work off of for > 0.7?? > > Yesterday I was able to build just fine, however I was getting no modprobe > in my final image and no nano and a couple other things I selected... tried > to build using the default astlinux.config file copied to .config.. then ran > the make menuconfig, saved and ran make.. > > Got errors in net-snmp so I took it out.. > > Now I get errors in syslinux... compiler output is below where it dies.. > > > What revision should I use that is working where I'll get modprobe.. and > such in my final image?.. was trying to figure out why my network cards > weren't coming up ... > Yesterday I was building 3523 where I had the no modprobe issues... > > I want to build the most stable revision... arch is i386 and target is a > Pentium 4 so ive been building my target as i586.. although I did i686 and > stil had no modprobe command in the final image (nano was missing also even > though selected in menu)... > > -Christopher > > Creating little endian 3.0 filesystem on /usr/src/0.7/rootfs.i586.squashfs, > block size 65536. > [=========================================================================== > ============================================================================ > = ] 3689/3835 96% > Exportable Little endian filesystem, data block size 65536, compressed data, > compressed metadata, compressed fragments, duplicates are removed > Filesystem size 38380.42 Kbytes (37.48 Mbytes) > 50.25% of uncompressed filesystem size (76381.51 Kbytes) > Inode table size 40461 bytes (39.51 Kbytes) > 30.82% of uncompressed inode table size (131294 bytes) > Directory table size 41247 bytes (40.28 Kbytes) > 60.12% of uncompressed directory table size (68608 bytes) > Number of duplicate files found 26 > Number of inodes 4187 > Number of files 2974 > Number of fragments 454 > Number of symbolic links 428 > Number of device nodes 498 > Number of fifo nodes 0 > Number of socket nodes 0 > Number of directories 287 > Number of uids 1 > root (0) > Number of gids 2 > rpcuser (29) > tty (5) > make -j1 CC=/usr/src/0.7/build_i586/staging_dir/bin/i586-linux-uclibc-gcc -C > /usr/src/0.7/build_i586/syslinux-3.82 > make[1]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82' > make -r all-local > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82' > make[2]: Nothing to be done for `all-local'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82' > set -e ; for i in codepage core memdisk modules com32 mbr memdump gpxe > sample libinstaller dos win32 libinstaller mtools linux extlinux utils ; do > make -r -C $i all ; done > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/codepage' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/codepage' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/core' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/core' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/memdisk' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/memdisk' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/modules' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/modules' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/com32' > set -e; for d in lib gpllib libutil modules mboot menu samples rosh cmenu > hdt; do make -C $d all; done > make[3]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/lib' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/com32/lib' > make[3]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/gpllib' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/gpllib' > make[3]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/libutil' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/libutil' > make[3]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/modules' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/modules' > make[3]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/mboot' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/mboot' > make[3]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/menu' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/menu' > make[3]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/samples' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/samples' > make[3]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/rosh' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/rosh' > make[3]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/cmenu' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/cmenu' > make[3]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/com32/hdt' > make[3]: Nothing to be done for `all'. > make[3]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/com32/hdt' > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/com32' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/mbr' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/mbr' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/memdump' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/memdump' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/gpxe' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/gpxe' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/sample' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/sample' > make[2]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/libinstaller' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory > `/usr/src/0.7/build_i586/syslinux-3.82/libinstaller' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/dos' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/dos' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/win32' > rm -f syslinux.exe > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/win32' > make[2]: Entering directory > `/usr/src/0.7/build_i586/syslinux-3.82/libinstaller' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory > `/usr/src/0.7/build_i586/syslinux-3.82/libinstaller' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/mtools' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/mtools' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/linux' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/linux' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/extlinux' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/extlinux' > make[2]: Entering directory `/usr/src/0.7/build_i586/syslinux-3.82/utils' > make[2]: Nothing to be done for `all'. > make[2]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82/utils' > ls -l version.gen version.h version.mk mbr/mbr.bin mbr/altmbr.bin > mbr/gptmbr.bin mbr/mbr_c.bin mbr/altmbr_c.bin mbr/gptmbr_c.bin mbr/mbr_f.bin > mbr/altmbr_f.bin mbr/gptmbr_f.bin core/pxelinux.0 core/isolinux.bin > core/isolinux-debug.bin gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe > memdisk/memdisk memdump/memdump.com modules/*.com com32/menu/*.c32 > com32/modules/*.c32 com32/mboot/*.c32 com32/hdt/*.c32 com32/rosh/*.c32 > dos/copybs.com utils/gethostip utils/isohybrid utils/mkdiskimage > mtools/syslinux linux/syslinux extlinux/extlinux > ls: cannot access win32/syslinux.exe: No such file or directory > -rwxrwxr-x 1 cadillackid cadillackid 107064 2009-12-08 10:55 > com32/hdt/hdt.c32 > -rwxrwxr-x 1 cadillackid cadillackid 29996 2009-12-08 10:55 > com32/mboot/mboot.c32 > -rwxrwxr-x 1 cadillackid cadillackid 52944 2009-12-08 10:55 > com32/menu/menu.c32 > -rwxrwxr-x 1 cadillackid cadillackid 141612 2009-12-08 10:55 > com32/menu/vesamenu.c32 > -rwxrwxr-x 1 cadillackid cadillackid 13220 2009-12-08 10:55 > com32/modules/chain.c32 > -rwxrwxr-x 1 cadillackid cadillackid 520 2009-12-08 10:55 > com32/modules/cmd.c32 > -rwxrwxr-x 1 cadillackid cadillackid 4232 2009-12-08 10:55 > com32/modules/config.c32 > -rwxrwxr-x 1 cadillackid cadillackid 10244 2009-12-08 10:55 > com32/modules/cpuidtest.c32 > -rwxrwxr-x 1 cadillackid cadillackid 29036 2009-12-08 10:55 > com32/modules/dmitest.c32 > -rwxrwxr-x 1 cadillackid cadillackid 26024 2009-12-08 10:55 > com32/modules/elf.c32 > -rwxrwxr-x 1 cadillackid cadillackid 10404 2009-12-08 10:55 > com32/modules/ethersel.c32 > -rwxrwxr-x 1 cadillackid cadillackid 904 2009-12-08 10:55 > com32/modules/ifcpu64.c32 > -rwxrwxr-x 1 cadillackid cadillackid 4644 2009-12-08 10:55 > com32/modules/kbdmap.c32 > -rwxrwxr-x 1 cadillackid cadillackid 16044 2009-12-08 10:55 > com32/modules/linux.c32 > -rwxrwxr-x 1 cadillackid cadillackid 4872 2009-12-08 10:55 > com32/modules/meminfo.c32 > -rwxrwxr-x 1 cadillackid cadillackid 14248 2009-12-08 10:55 > com32/modules/pcitest.c32 > -rwxrwxr-x 1 cadillackid cadillackid 12452 2009-12-08 10:55 > com32/modules/pmload.c32 > -rwxrwxr-x 1 cadillackid cadillackid 520 2009-12-08 10:55 > com32/modules/reboot.c32 > -rwxrwxr-x 1 cadillackid cadillackid 1928 2009-12-08 10:55 > com32/modules/sanboot.c32 > -rwxrwxr-x 1 cadillackid cadillackid 23720 2009-12-08 10:55 > com32/modules/sdi.c32 > -rwxrwxr-x 1 cadillackid cadillackid 4744 2009-12-08 10:55 > com32/modules/vesainfo.c32 > -rwxrwxr-x 1 cadillackid cadillackid 5644 2009-12-08 10:55 > com32/modules/vpdtest.c32 > -rwxrwxr-x 1 cadillackid cadillackid 16752 2009-12-08 10:55 > com32/rosh/rosh.c32 > -rwxrwxr-x 1 cadillackid cadillackid 14336 2009-06-09 13:20 > core/isolinux.bin > -rwxrwxr-x 1 cadillackid cadillackid 14336 2009-06-09 13:20 > core/isolinux-debug.bin > -rwxrwxr-x 1 cadillackid cadillackid 16138 2009-06-09 13:20 core/pxelinux.0 > -rw-rw-r-- 1 cadillackid cadillackid 408 2009-06-09 13:21 dos/copybs.com > -rwxrwxr-x 1 cadillackid cadillackid 22940 2009-12-08 10:56 > dos/syslinux.com > -rwxrwxr-x 1 cadillackid cadillackid 54112 2009-12-08 10:56 > extlinux/extlinux > -rw-rw-r-- 1 cadillackid cadillackid 75669 2009-12-08 10:56 > gpxe/gpxelinux.0 > -rwxrwxr-x 2 cadillackid cadillackid 24856 2009-12-08 10:56 linux/syslinux > -rw-rw-r-- 1 cadillackid cadillackid 439 2009-06-09 13:21 mbr/altmbr.bin > -rw-rw-r-- 1 cadillackid cadillackid 439 2009-06-09 13:21 > mbr/altmbr_c.bin > -rw-rw-r-- 1 cadillackid cadillackid 439 2009-06-09 13:21 > mbr/altmbr_f.bin > -rw-rw-r-- 1 cadillackid cadillackid 424 2009-06-09 13:21 mbr/gptmbr.bin > -rw-rw-r-- 1 cadillackid cadillackid 424 2009-06-09 13:21 > mbr/gptmbr_c.bin > -rw-rw-r-- 1 cadillackid cadillackid 424 2009-06-09 13:21 > mbr/gptmbr_f.bin > -rw-rw-r-- 1 cadillackid cadillackid 440 2009-06-09 13:21 mbr/mbr.bin > -rw-rw-r-- 1 cadillackid cadillackid 440 2009-06-09 13:21 mbr/mbr_c.bin > -rw-rw-r-- 1 cadillackid cadillackid 440 2009-06-09 13:21 mbr/mbr_f.bin > -rw-rw-r-- 1 cadillackid cadillackid 19840 2009-12-08 10:55 memdisk/memdisk > -rwxrwxr-x 1 cadillackid cadillackid 5656 2009-12-08 10:55 > memdump/memdump.com > -rw-rw-r-- 1 cadillackid cadillackid 1850 2009-06-09 13:20 > modules/gfxboot.com > -rw-rw-r-- 1 cadillackid cadillackid 239 2009-06-09 13:20 > modules/poweroff.com > -rw-rw-r-- 1 cadillackid cadillackid 998 2009-06-09 13:20 > modules/pxechain.com > -rwxrwxr-x 1 cadillackid cadillackid 25344 2009-12-08 10:56 mtools/syslinux > -rwxrwxr-x 1 cadillackid cadillackid 4160 2009-12-08 10:56 utils/gethostip > -rwxrwxr-x 1 cadillackid cadillackid 13928 2009-06-09 13:21 utils/isohybrid > -rwxrwxr-x 1 cadillackid cadillackid 8568 2009-06-09 13:21 > utils/mkdiskimage > -rw-rw-r-- 1 cadillackid cadillackid 139 2009-06-09 13:20 version.gen > -rw-rw-r-- 1 cadillackid cadillackid 139 2009-06-09 13:20 version.h > -rw-rw-r-- 1 cadillackid cadillackid 109 2009-06-09 13:20 version.mk > make[1]: [all] Error 2 (ignored) > make[1]: Leaving directory `/usr/src/0.7/build_i586/syslinux-3.82' > /usr/bin/install -D -m 0755 > /usr/src/0.7/build_i586/syslinux-3.82/linux/syslinux \ > /usr/src/0.7/build_i586/root/usr/bin/syslinux > [cadillac...@develserver 0.7]$ > > ---------------------------------------------------------------------------- -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Astlinux-users mailing list Astlinux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pay...@krisk.org. ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Astlinux-users mailing list Astlinux-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pay...@krisk.org.