Re: [uClinux-dev] RE: Accessing MCF5329 registers directly from user space of 2.6 kernel (uClinux-dist-20060803).

2007-08-21 Thread Greg Ungerer
Hi Ted, Sorry for the slow response... Ted Victorio wrote: Mea culpa: according to the reference manual, I have to initialize MCF_SCM_MPR1 to access MDHA registers. I added the following: In linux-2.6.x/include/asm-m68knommu/m532xsim.h #define MCF_SCM_MPR1 MCF_REG32(0xEC00) In li

[uCLinux-dev] cannot open root devide "rom0" of 1f:00

2007-08-21 Thread Sylvain Chouleur
Hi, I'm trying to run uClinux on a NETARM NS7520 but I get this error: [...snip...] Kernel command line: root=/dev/rom0 [..snip...] arena open of 0 failed! VFS: Cannot open root device "rom0" or 1f:00 Please append a correct "root=" boot option Kernel panic: VFS: Unable to mount root fs on 1f:00

Re: [uClinux-dev] Patch for OpenCores MAC driver

2007-08-21 Thread Greg Ungerer
Hi Tristan, Tristan Schmelcher wrote: I recently designed a uClinux + OpenCores Ethernet MAC system for an embedded device and I ended up making some improvements to the MAC driver. Attached is a patch against the 2007/01/30 dist. The changes are: - Fixed a bug on core revisions 2004/04/26 an

Re: [uClinux-dev] __clear_user link error

2007-08-21 Thread Greg Ungerer
Hi Matt, Matt Waddel wrote: The linux-2.6.x/fs/signalfd.c fails to link. It complains about __clear_user() being undefined. The attach patch fixes the problem. Can you apply it if you think it's the correct way to fix this? I swapped around and made clear_user the macro and __clear_user the

RE: [uClinux-dev] Re: Can't link C++ app - missing __cxa_guard_XXX - Help!

2007-08-21 Thread Gavin Lambert
Quoth Bob Grimes: > I'm still hoping someone knows the magic I'm missing. I can't believe > nobody uses C++ under uClinux! Well, I do, but I'm using a much older toolchain (I don't have ucfront, for example). And I'm not using -msep-data or -move-rodata. And I'm not using STLport :) Bear in mi

[uClinux-dev] Re: Can't link C++ app - missing __cxa_guard_XXX - Help!

2007-08-21 Thread Bob Grimes
Hi again, I'm still hoping someone knows the magic I'm missing. I can't believe nobody uses C++ under uClinux! Thanks, -Bob On 8/13/07, Bob Grimes <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to link a fairly simple C++ user application for ColdFire, > and I get errors relating to __cxa_guar

[uClinux-dev] Codito out of business?

2007-08-21 Thread Richard Klingler
Evnin' Just wondering if Codito is out of business or just doesn't pay their DNS bills anymore as their SOAs aren't resolvable: OSX:~ klingler$ dig codito.com soa ;; QUESTION SECTION: ;codito.com.IN SOA OSX:~ klingler$ dig arc-linux.org ;; QUESTION SECTION: ;arc-linux

[uClinux-dev] Building can4linux 3.4.4 for DNP5282

2007-08-21 Thread Daniel Berenguer
I'm trying to build the kernel (2.4) with can4linux 3.4.4 for my DNP5282 board. I get lots of "undefined reference to `__this_module'" errors: drivers/char/char.o: In function `cleanup_module': uClinux-dist/linux-2.4.x/drivers/char/can4linux/core.c:449: undefined reference to `__this_module' uClin

[uClinux-dev] Building libgpg-error/libgcrypt/libtasn1/gnutls/gsasl without autoconf on uClinux

2007-08-21 Thread Simon Josefsson
Hi all, Sometimes it can be useful to build things without the autoconf ./configure machinery, and just use a simple and hand-maintained makefile and config.h. This is needed to build things in older uClinux environments. I wrote some instructions on how to achieve this, see: http://josefsson.o