Re: [uClinux-dev] GCC-3.4.6 toolchain and libstdc++ on ARM no-mmu target

2008-01-30 Thread Wolfgang Mües
Fernando, On Dienstag, 29. Januar 2008, Luis Fernando Chavier wrote: > Hi all, > > I was able to build a gcc-3.4.6-based toolchain with C++ support for > a no-mmu arm target (arm7tdmi - NXP LPC2468), but it's not working > quite as expected. I can compile and run C code nicely on the target, > but

[uClinux-dev] Using gdb/gdbserver on m68k-target

2008-01-30 Thread Markus Franke
Hello, I am using uClinux-dist-20070130 and want to use gdb on my MCF5484 custom board. When I enable gdb in the "make config_menuconfig" and start a compilation during linking I get the message that libdl.a is missing. A quick look in the source code showed me that this library is only b

Re: [uClinux-dev] 2.4.X coldfire fec multicast

2008-01-30 Thread Mathias Kuester
Hello, patch included. # the multicast filter use now the correct registers # add missing defines in fec.h Regards, Mathias Mathias Kuester wrote: > Hello, > > > the current fec driver (kernel 2.4.X) is not able to receive multicast > packages. Please initialise the registers of the fec l

[uClinux-dev] 2.4.X coldfire fec multicast

2008-01-30 Thread Mathias Kuester
Hello, the current fec driver (kernel 2.4.X) is not able to receive multicast packages. Please initialise the registers of the fec like this: fec_grp_hash_table_high = 0x; fec_grp_hash_table_low = 0x; The command (from remote computer on the same network) > ping 224.0.0.1 wor