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
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
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
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
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
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
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
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
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