Re: [uClinux-dev] How to build bFLT without flag:Has-PIC-GOT

2009-01-04 Thread David McCullough
@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, david_mccullo...@securecomputing.com, Ph:+61 734352815 Secure Computing

Re: [uClinux-dev] [PATCH] mkdevdir-genromfs.sh: script to make /dev files for genromfs

2008-11-30 Thread David McCullough
This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com

Re: [uClinux-dev] ctor/dtor handling in elf2flt

2008-11-27 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Wednesday 26 November 2008 22:01:24 David McCullough wrote: Jivin Mike Frysinger lays it down ... On Wed, Nov 26, 2008 at 19:29, David McCullough wrote: Jivin Bernd Schmidt lays it down ... David McCullough wrote: Jivin Mike

Re: [uClinux-dev] ctor/dtor handling in elf2flt

2008-11-26 Thread David McCullough
Jivin Bernd Schmidt lays it down ... David McCullough wrote: Jivin Mike Frysinger lays it down ... the default elf2flt linker script atm outputs __{C,D}TOR_{LIST,END}__ unconditionally. this can conflict with the symbols already provided by gcc's crt{begin,end} objects. so how best

Re: [uClinux-dev] ctor/dtor handling in elf2flt

2008-11-26 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Wed, Nov 26, 2008 at 19:29, David McCullough wrote: Jivin Bernd Schmidt lays it down ... David McCullough wrote: Jivin Mike Frysinger lays it down ... the default elf2flt linker script atm outputs __{C,D}TOR_{LIST,END}__ unconditionally

Re: [uClinux-dev] Re: Problem of build bonnie++ in uClinux-888

2008-11-13 Thread David McCullough
the FPU disabled, but support for floats enabled. ( the default setting is as that actually ) Great :-) Did you need to move the compiler back to /usr/local or not ? Cheers, Davidm 2008/11/13 David McCullough [EMAIL PROTECTED] Jivin Arthur Wong lays it down ... In fact, i do *use

Re: [uClinux-dev] Re: Problem of build bonnie++ in uClinux-888

2008-11-12 Thread David McCullough
CPUFLAGS := -msoft-float to the top of your config.arch. Make sure that uClibc/.config has the FPU disabled, but support for floats enabled. Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com

Re: [uClinux-dev] Re: Problem of build bonnie++ in uClinux-888

2008-11-12 Thread David McCullough
of your config.arch. Make sure that uClibc/.config has the FPU disabled, but support for floats enabled. Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com

Re: [uClinux-dev] Re: Problem of build bonnie++ in uClinux-888

2008-11-11 Thread David McCullough
and run make, errors would be displayed such as my first email. I must have missed those. Which dist are you using ? Which toolchain ? Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com

Re: [uClinux-dev] Re: Problem of build bonnie++ in uClinux-888

2008-11-11 Thread David McCullough
Jivin Arthur Wong lays it down ... 2008/11/12 David McCullough [EMAIL PROTECTED] Jivin Arthur Wong lays it down ... 2008/11/12 Dave Meador [EMAIL PROTECTED] Hi Arthur, Arthur Wong wrote: How could i configure the STLport lib ? I have not found the info

Re: [uClinux-dev] [PATCH] elf2flt: handle Blackfin GOT symbol

2008-11-05 Thread David McCullough
: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http

Re: [uClinux-dev] [patch] flthdr: dump relocs

2008-11-02 Thread David McCullough
found in a flat binary. Applied. Would be nice if it could/did use the code in flat.h and asm/flat.h to do the reloc addr thing, gets rid of the BF ifdef and will then also work for MB and more. The flat_get_relocate_addr(...) should already be there shouldn't it ? Thanks, Davidm -- David

Re: [uClinux-dev] [PATCH] elf2flt: link against C library before binutils libs

2008-11-02 Thread David McCullough
://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http

Re: [uClinux-dev] [patch] flthdr: dump relocs

2008-11-02 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Sun, Nov 2, 2008 at 6:17 PM, David McCullough wrote: Would be nice if it could/did use the code in flat.h and asm/flat.h to do the reloc addr thing, gets rid of the BF ifdef and will then also work for MB and more. The flat_get_relocate_addr

Re: [uClinux-dev] [patch] flthdr: dump relocs

2008-11-02 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Sun, Nov 2, 2008 at 6:42 PM, David McCullough wrote: Jivin Mike Frysinger lays it down ... On Sun, Nov 2, 2008 at 6:17 PM, David McCullough wrote: Would be nice if it could/did use the code in flat.h and asm/flat.h to do the reloc addr thing

Re: [uClinux-dev] FLAT: reserving a bit for arch-specific feature

2008-10-29 Thread David McCullough
as unused like normal. http://blackfin.uclinux.org/git/?p=vapier/elf2flt.git;a=summary Sounds fine to me, just commited a placeholder for you. Let us know if you want something else in there, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing

Re: [uClinux-dev] ssl support problem ?

2008-10-27 Thread David McCullough
___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815

Re: [uClinux-dev] patch file for the e2fsprogs app of uClinux-dist-20080808.tar.bz2

2008-10-21 Thread David McCullough
-less Linux and now it's Linux for Firmware (again) :) The statement above has always been true, it has always been linux+extras :-) You are right though, the focus has changed several times. Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear

Re: [uClinux-dev] patch file for the e2fsprogs app of uClinux-dist-20080808.tar.bz2

2008-10-20 Thread David McCullough
:-) Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux

Re: [uClinux-dev] patch file for the e2fsprogs app of uClinux-dist-20080808.tar.bz2

2008-10-20 Thread David McCullough
Jivin Jun Sun lays it down ... On Tue, Oct 21, 2008 at 08:49:54AM +1000, David McCullough wrote: Jivin Jun Sun lays it down ... See question below. On Mon, Oct 20, 2008 at 09:39:46AM -0400, Mike Frysinger wrote: On Monday 20 October 2008, Arthur Wong wrote: --- user

Re: [uClinux-dev] memory footprint

2008-10-20 Thread David McCullough
only want to flash an LED, then 512K+XIP is probably enough to run a cut down linux in ;-) Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com ___ uClinux

Re: [uClinux-dev] patch file for the e2fsprogs app of uClinux-dist-20080808.tar.bz2

2008-10-20 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Monday 20 October 2008, David McCullough wrote: Jivin Jun Sun lays it down ... On Tue, Oct 21, 2008 at 08:49:54AM +1000, David McCullough wrote: Jivin Jun Sun lays it down ... On Mon, Oct 20, 2008 at 09:39:46AM -0400, Mike Frysinger wrote

Re: [uClinux-dev] Question about boot.rom and initramfs during booting.

2008-10-14 Thread David McCullough
-- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message

[uClinux-dev] Re: build philosophy

2008-10-03 Thread David McCullough
whatever so I don't break it. Hope that helps some. Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com ___ uClinux-dev mailing list uClinux-dev

Re: [uClinux-dev] irc on freenode #uC-Linux

2008-08-21 Thread David McCullough
for them. I think including it in the footer of all uClinux-dev mailings could help people remember/locate it (I know it's extra noise in the mail but it wouldn't bother me though), Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http

Re: [uClinux-dev] Where/How make executables that run in gdb+Armulator??

2008-08-17 Thread David McCullough
for that. While it is in theory possible to run applications in the armulator, most perople run a full OS with filesystems and applications. The uClinux-dist has a target for the GDB/ARMulator and is the best place to start IMO. http://www.uclinux.org/pub/uClinux/dist/ Cheers, Davidm -- David

Re: [uClinux-dev] add user application problem

2008-08-17 Thread David McCullough
Jivin Arthur Wong lays it down ... Thanks *David McCullough*'s reply ! Hello all : I have added the nfs-utils package into uClinux userland ( for testing how to add app to uc ), some changes below: (1) uClinux-dist/user/Makefile: (insert) dir_$(CONFIG_USER_NFS_UTILS_STATD

Re: [uClinux-dev] add user application problem

2008-08-13 Thread David McCullough
the simplest one you see as an example. A pretty clean example that shows you how to do most things is the quagga makefile: user/quagga/makefile If you run into problems there is almost certainly and example in the dist of how to solve it, Cheers, Davidm -- David McCullough, [EMAIL

Re: [uClinux-dev] gcc 4.x and uclinux

2008-07-17 Thread David McCullough
Jivin Jun Sun lays it down ... On Sat, Jul 12, 2008 at 05:07:09PM +1000, David McCullough wrote: Jivin Jun Sun lays it down ... This might be a dumb question, but have we considered moving to gcc4.x for uclinux? Any pro's and con's? What would be the effort to do so

Re: [uClinux-dev] gcc 4.x and uclinux

2008-07-12 Thread David McCullough
at the moment, no problems really, compiler is a bit pickier, but then we have fixed most packages to build ok in the latest dists. Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com

Re: [uClinux-dev] ROMFS troubles

2008-07-03 Thread David McCullough
are trying to do, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman

Re: [uClinux-dev] run cyclictest on uClinux/NET+ARM

2008-07-03 Thread David McCullough
go wrong. but i need these backups, so how do i backup the uClinux-dist-Folder them correctly? And how do I resotre the backup correctly? Cheers :) Michael -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von David McCullough Gesendet

Re: [uClinux-dev] ROMFS troubles

2008-07-03 Thread David McCullough
if you can reduce the relocations needed (-fpic might help if the compiler supports it). flthdr will tell you the number of relocations. Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com

Re: [uClinux-dev] ROMFS troubles

2008-07-03 Thread David McCullough
in linux-2.6.x/mm/nommu.c and see if mmap has comments to the effect of memory backed or similar. Cheers, Davidm David McCullough [EMAIL PROTECTED] wrote: Jivin steven taffs lays it down ... David thanks for the reply ok flthdr romfs/bin/sh reads Magic:bFLT Rev

Re: [uClinux-dev] ROMFS troubles

2008-07-02 Thread David McCullough
:0x1d2 p=100efffc start_thread(regs=0x10083fb0, entry=0x100f0044, start_stack=0x100effa4) Execution Finished, Exiting David McCullough [EMAIL PROTECTED] wrote: Jivin steven taffs lays it down ... Hi guys ok when swapping to uClinux-dist-2005 I forgot to add mtd mtdblocks

Re: [uClinux-dev] ROMFS troubles

2008-07-01 Thread David McCullough
___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL

Re: [uClinux-dev] busybox-error buildung uClinux

2008-07-01 Thread David McCullough
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von David McCullough Gesendet: Montag, 30. Juni 2008 12:15 An: uClinux development list Betreff: Re: [uClinux-dev] busybox-error buildung uClinux Jivin [EMAIL PROTECTED] lays it down ... Hello, I think here is the beginning

Re: [uClinux-dev] Adding User Applications to the uClinux Distribution

2008-07-01 Thread David McCullough
-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com ___ uClinux-dev mailing

Re: [uClinux-dev] busybox-error buildung uClinux

2008-06-30 Thread David McCullough
run. Both make single and the NON_SMP_BUILD show the problem. See next reply. Cheers, Davidm -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von David McCullough Gesendet: Sonntag, 29. Juni 2008 14:25 An: uClinux development list Betreff: Re

Re: [uClinux-dev] busybox-error buildung uClinux

2008-06-30 Thread David McCullough
PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von David McCullough Gesendet: Sonntag, 29. Juni 2008 14:25 An: uClinux development list Betreff: Re: [uClinux-dev] busybox-error buildung uClinux Jivin Mike Frysinger lays it down ... On Friday 27 June 2008, Greg Ungerer wrote: [EMAIL

Re: [uClinux-dev] busybox-error buildung uClinux

2008-06-29 Thread David McCullough
to see where it actually fails. If I missed the fact that it is an older uClinux-dist then run: make NON_SMP_BUILD=1 Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com

Re: [uClinux-dev] Re: Elf2flt configure script needs update

2008-06-11 Thread David McCullough
/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com

Re: [uClinux-dev] the Kernel does not start a script

2008-06-02 Thread David McCullough
-- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev

Re: [uClinux-dev] how about some make help?

2008-05-08 Thread David McCullough
Jivin Michael Schnell lays it down ... I support this request ! How does this look ? I think I got all the main ones :-) Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com Index: Makefile

Re: [uClinux-dev] Problem compiling application with zlib.

2008-05-07 Thread David McCullough
-Apps-HOWTO Also look at other examples that use zlib: user/w3cam/Makefile you may need to enable zlib in your config to ensure it gets built, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http

Re: [uClinux-dev] socket binding error

2008-04-30 Thread David McCullough
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http

Re: [uClinux-dev] socket binding error

2008-04-27 Thread David McCullough
list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815

Re: [uClinux-dev] [PATCH] match the default smb.conf path to configure

2008-04-20 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Tuesday 15 April 2008, David McCullough wrote: Jivin Mike Frysinger lays it down ... The samba makefile does: CONFOPTS = ... --with-privatedir=/etc/config --with-configdir=/etc/config ... Which means smb.conf should be installed into /etc

Re: [uClinux-dev] Script scope - where do I start them?

2008-04-20 Thread David McCullough
they are not running when you want. Most likely its an environment thing. If you try and run from init for even cron you may have the same problems, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com

Re: [uClinux-dev] UART uClinux Nios II

2008-04-20 Thread David McCullough
a thought :-) Try enabling/using the tip program to connect to the port: tip -s 9600 -l /dev/ttyS0 -c The under GtkTerm connect and see if you can talk back and forth ? Make sure you change the speed to match at both ends :-) :-) Cheers, Davidm -- David McCullough, [EMAIL PROTECTED

Re: [uClinux-dev] [PATCH] match the default smb.conf path to configure

2008-04-20 Thread David McCullough
? every distro i know of uses /etc/samba. this is because there are multiple files that may go in there, and sometimes subdirs. so i'd be happy with /etc/samba. applied, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http

Re: [uClinux-dev] [PATCH] match the default smb.conf path to configure

2008-04-15 Thread David McCullough
+endif + ifeq ($(ARCH),arm) CFLAGS := $(CFLAGS:-O1=-Os) endif -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.snapgear.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http

Re: [uClinux-dev] setting up the network

2008-04-08 Thread David McCullough
: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http

Re: [uClinux-dev] [PATCH] nios2: add elf2flt to configure options for apps

2008-04-07 Thread David McCullough
-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com

Re: [uClinux-dev] [PATCH] nios2: add elf2flt to configure options for apps

2008-04-07 Thread David McCullough
app is having such problems ? Is it just the makefile needs changing, or it is the e2fsprogs configure setup ? Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com

Re: [uClinux-dev] Setting the IP Address

2008-04-07 Thread David McCullough
You can then edit and change /etc/config/start on the running system and save it it using flatfsd if you need to without rebuilding the image, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com

Re: [uClinux-dev] Using gdb/gdbserver on m68knommu target

2008-04-06 Thread David McCullough
Jivin Markus Franke lays it down ... Zitat von David McCullough [EMAIL PROTECTED]: Back when I wrote this: http://www.ucdot.org/article.pl?sid=03/01/30/0548223 and the m68k-elf toolchain came with m68k-bdm-elf-gdb included, it was working to a resonable extent. I know

Re: [uClinux-dev] waitqueues unreliable on coldfire/2.6.23-uc0?

2008-04-06 Thread David McCullough
, the timeout happens and I get the message: wt: timeout = 0, I2SR = a0, ih = 1 So obviously the interrupt happens and is correctly handled, but the waitqueue is not awoken. Did anybody else experience such a problem, or is it again something peculiar to my setup? -- David McCullough

Re: [uClinux-dev] Using gdb/gdbserver on m68knommu target

2008-04-06 Thread David McCullough
a simple hello world program to see if that works ? I tried with a simple hello world as well as withshipped applications like ping or ftp. Ok, all fairly straight forward. Check out the ptrace API and see what is right/wrong in there, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED

Re: [uClinux-dev] waitqueues unreliable on coldfire/2.6.23-uc0?

2008-04-06 Thread David McCullough
Jivin Wolfgang Wegner lays it down ... Hi, On Mon, Apr 07, 2008 at 07:13:48AM +1000, David McCullough wrote: Jivin Wolfgang Wegner lays it down ... In my I2C driver, the code is the following: static irqreturn_t coldfire_i2c_interrupt(int irq, void *dev_id

Re: [uClinux-dev] Using gdb/gdbserver on m68knommu target

2008-04-03 Thread David McCullough
with m68k anymore, so I can't comment on the current state of toolchains etc, only to say that the information and source needed to do it in the past should be available to help with working out the current problems, if any, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815

Re: [uClinux-dev] print application user stack

2008-04-03 Thread David McCullough
*/ #endif /* __ASSEMBLY__ */ -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman

Re: FW: [uClinux-dev] error linking mtd-utils

2008-03-26 Thread David McCullough
in case. It build both host and target binaries. You need zlib installed on your dev machine. For debian systems something like: sudo apt-get install zlib1g-dev should do it, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http

Re: [uClinux-dev] [PATCH] elf2flt: new --with-binutils-build-dir configure flag

2008-03-13 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Thursday 13 March 2008, David McCullough wrote: Jivin Mike Frysinger lays it down ... On Thursday 21 February 2008, David McCullough wrote: If it's possible to do this using installed versions then it does sound better, and probably much

Re: [uClinux-dev] Toolchain for ARM uClinux-2.6 kernel/userland

2008-03-12 Thread David McCullough
To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing list uClinux-dev

Re: [uClinux-dev] [PATCH] elf2flt: new --with-binutils-build-dir configure flag

2008-03-12 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Thursday 21 February 2008, David McCullough wrote: If it's possible to do this using installed versions then it does sound better, and probably much easier to get right :-) does that mean you're gonna merge it ? ;) I guess it does :-), applied

Re: [uClinux-dev] [m68knommu] location of ZONE_DMA in memory

2008-03-07 Thread David McCullough
Jivin Markus Franke lays it down ... Hi David, Zitat von David McCullough [EMAIL PROTECTED]: Jivin Markus Franke lays it down ... Yes, despite the code you mention below, the mem_map will get allocated at the start of memory, the only was around this would be to look at discontiguous

Re: [uClinux-dev] [m68knommu] location of ZONE_DMA in memory

2008-03-06 Thread David McCullough
Jivin Markus Franke lays it down ... Hi David, Zitat von David McCullough [EMAIL PROTECTED]: Look for the call to free_bootmem(memory_start, memory_end - memory_start); Bingo! That's exactly what I was looking for. :-) Check the values for memory_start, this is where the pages

Re: [uClinux-dev] [m68knommu] location of ZONE_DMA in memory

2008-03-05 Thread David McCullough
Jivin Markus Franke lays it down ... Hi David, Zitat von David McCullough [EMAIL PROTECTED]: Some likely ones to consider are: arch/mips/mm/init.c: paging_init arch/x86/kernel/setup_32.c: zone_sizes_init They all seem to call: free_area_init_nodes

Re: [uClinux-dev] [m68knommu] location of ZONE_DMA in memory

2008-03-04 Thread David McCullough
Jivin Markus Franke lays it down ... Hi David, David McCullough schrieb: bootmem perhaps ? I can't recall exactly but I think you have added a zone without adding or freeing the pages appropriately. Exactly. It seems that the 16 MB DMA zone is reservered correctly but the kernel

Re: [uClinux-dev] [m68knommu] location of ZONE_DMA in memory

2008-03-03 Thread David McCullough
Jivin Markus Franke lays it down ... Hi David, Zitat von David McCullough [EMAIL PROTECTED]: My understanding of the zones says is that you can do what you are trying to do. I seem to recall that if you get low on normal memory the system may dip into the DMA pool. well, I reserved

Re: [uClinux-dev] building from repeatable config files?

2008-03-02 Thread David McCullough
Jivin Allon Stern lays it down ... On Feb 26, 2008, at 6:42 PM, David McCullough wrote: Jivin Allon Stern lays it down ... On Feb 26, 2008, at 10:51 AM, Allon Stern wrote: What I'm after is complete scriptability, with no interactiion. I don't want to check in binaries

Re: [uClinux-dev] [PATCH] Remove system dependencies from flthdr [-z]

2008-02-27 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Wednesday 27 February 2008, David McCullough wrote: Jivin Mike Frysinger lays it down ... ... This patch allows elf2flt/flthdr's compression options to work in a wider variety of environments (e.g. under MinGW/Win32), by linking with zlib

Re: [uClinux-dev] File permissions after applying the dist patch

2008-02-26 Thread David McCullough
the permissions are wrong on the file from which the patch is generated? Its possible we can fix some of the build env to not require execute permissions: sh ./configure and/or add chmod +x to the appropriate [Mm]akefiles. Were those the only two you encountered ? Cheers, Davidm -- David

Re: [uClinux-dev] building from repeatable config files?

2008-02-26 Thread David McCullough
, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev

Re: [uClinux-dev] RE: how to use freeswan in the uclinux?

2008-02-26 Thread David McCullough
scripts on a desktop linux system and see what whack commands they run, Cheers, Davidm tip: There no problem in KLIPS start. Are there any files i forgot cp into uclinux?? -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http

Re: [uClinux-dev] [PATCH] add missing libiberty.h include

2008-02-24 Thread David McCullough
@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http

Re: [uClinux-dev] [PATCH] Remove system dependencies from flthdr [-z]

2008-02-21 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Wednesday 20 February 2008, David McCullough wrote: Jivin Mike Frysinger lays it down ... On Tuesday 30 October 2007, Julian Brown wrote: This patch allows flthdr's compression options to work in a wider variety of environments (e.g. under

Re: [uClinux-dev] [PATCH] busybox: Restore use of BUFSIZ

2008-02-21 Thread David McCullough
to wtmp file #endif -char bb_common_bufsiz1[BB_BUFSIZ]; +char bb_common_bufsiz1[BUFSIZ+1]; struct globals; /* Make it reside in R/W memory: */ -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com

Re: [uClinux-dev] Re: [PATCH] busybox: Restore use of BUFSIZ

2008-02-21 Thread David McCullough
redefinitions Turns out it may have been due to another libc (ie., uC-libc), but its wrong, change reverted. Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com

Re: [uClinux-dev] Re: [PATCH] busybox: Restore use of BUFSIZ

2008-02-21 Thread David McCullough
#endif -char bb_common_bufsiz1[BB_BUFSIZ]; +char bb_common_bufsiz1[BUFSIZ+1]; struct globals; /* Make it reside in R/W memory: */ -- David McCullough, david_mccullough at securecomputing.com, Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org

Re: [uClinux-dev] [Fwd: convert ld-elf2flt to C program]

2008-02-20 Thread David McCullough
into the elf2flt repo on uclinux.org, promise :-) Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org

Re: [uClinux-dev] [PATCH] Remove system dependencies from flthdr [-z]

2008-02-20 Thread David McCullough
___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED

Re: [uClinux-dev] error ./configure --target=arm-elf

2008-02-19 Thread David McCullough
script at their locations. Try and find the file 'gtk-config' on your system. Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing

Re: [uClinux-dev] freeswan of uclinux

2008-02-17 Thread David McCullough
Jivin mlin17 lays it down ... hi, now i want to use freeswan in the uclinux-dist. Just use it directly?(dose it choose the freeswan option in the kernel config?) not follow the readme? No you need to enable the kernel options yourself appropriately. Cheers, Davidm -- David McCullough

Re: [uClinux-dev] how to use freeswan in the uclinux?

2008-02-17 Thread David McCullough
to work out the whack commands you need it you install freeswan on a desktop system and then look at all the whack commands used to start a tunnel. Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http

Re: [uClinux-dev] Kernel panic: VFS: Unable to mount root fs on 1f:00

2008-02-15 Thread David McCullough
: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http

Re: [uClinux-dev] Enabling SNMP on uClinux

2008-02-15 Thread David McCullough
/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com

Re: [uClinux-dev] XIP for uCLinux ... ?

2008-02-12 Thread David McCullough
system to do this (application XIP that is, not kernel XIP), Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing list uClinux-dev

Re: [uClinux-dev] make image.elf working?

2008-02-12 Thread David McCullough
-- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message

Re: [uClinux-dev] Command line editing

2008-02-12 Thread David McCullough
on our target board. busybox has something in there, most likely in libbb, you might be able to use that ? Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com

Re: [uClinux-dev] [patch] for 2.6.24 give the following when attempting to do menuconfig for ARM

2008-02-12 Thread David McCullough
be fixed :-(. I am considering hosting them on uCdot.org so we can get them back on line :-) Hopefully we will get them back soon, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com

Re: [uClinux-dev] parallel compiles

2008-02-07 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Wednesday 06 February 2008, David McCullough wrote: is there a reason for forcing -j1 in sub-packages ? we've dropped the -j1 in {lib,user}/Makefile for the DIRS target and generally had great success. you can really feel the difference on an 8

Re: [uClinux-dev] parallel compiles

2008-02-07 Thread David McCullough
Jivin Mike Frysinger lays it down ... On Thursday 07 February 2008, David McCullough wrote: On Wednesday 06 February 2008, David McCullough wrote: is there a reason for forcing -j1 in sub-packages ? we've dropped the -j1 in {lib,user}/Makefile for the DIRS target and generally had

Re: [uClinux-dev] parallel compiles

2008-02-06 Thread David McCullough
machine running happily ;-). If you have a patch, send it in and I'll try it here and see how bad it is for our builds, if it's relatively isolated I am happy to fix up some bits and include it, anything that speeds builds is good, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph

Re: [uClinux-dev] [patch] make lib/Makefile nicer to external peeps

2008-01-29 Thread David McCullough
) ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was resent by uclinux-dev@uclinux.org To unsubscribe see: http://mailman.uclinux.org/mailman/options/uclinux-dev -- David

Re: [uClinux-dev] [patch] new romfs-inst.sh option (-M) for installing kernel modules

2008-01-29 Thread David McCullough
-- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message

Re: [uClinux-dev] [patch] new romfs-inst.sh options (-E/-O) to provide opposite behavior of -e/-o

2008-01-29 Thread David McCullough
/mailman/options/uclinux-dev -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman

Re: [uClinux-dev] openswan port

2008-01-24 Thread David McCullough
help you get openswan into the uClinux-dist correctly and will work much better than the redhat or openswan doc, let me know if you get stuck, Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http://www.cyberguard.com

Re: [uClinux-dev] Telnet server in uClinux

2008-01-23 Thread David McCullough
/telnetd/Makefile if it doesn't: $(ROMFSINST) -e CONFIG_USER_TELNETD_TELNETD \ -a telnet stream tcp nowait root /bin/telnetd /etc/inetd.conf Cheers, Davidm -- David McCullough, [EMAIL PROTECTED], Ph:+61 734352815 Secure Computing - SnapGear http://www.uCdot.org http

<    1   2   3   >