Re: [uClinux-dev] make clean doesn't work on linux directory

2007-03-08 Thread Greg Ungerer
Hi Bernd, Bernd Büttner wrote: I found more problems in using distclean. There are 3 symlinks pointing to an absolute target which are not deleted. $(ROOTDIR)/lib/uClibc $(ROOTDIR)/tools/ucfront-g++ $(ROOTDIR)/tools/ucfront-gcc My goal is to put the package under version control (subversion in

Re: [uClinux-dev] Debug about application operating in uClinux

2007-03-08 Thread Phil Wilshire
HI Arronkan try vmlinux in the linux-2.6.x directory --- file linux-2.6.x/vmlinux linux-2.6.x/vmlinux: ELF 32-bit LSB executable, version 1 (SYSV), statically linked, not stripped Phil Wilshire ArronKan wrote: > Dear All, > > I wa

[uClinux-dev] Debug about application operating in uClinux

2007-03-08 Thread ArronKan
Dear All, I want to develop some applications which can operate fine in IXP425 demoboard. But something goes wrong, I want to debug these using multi-ice. Would somebody like to provide me a method or point me about how to generate a elf format file which can use to debug in AXD like image.

Re: [uClinux-dev] Shared Flat support for ARM

2007-03-08 Thread Greg Ungerer
Hi Vivtek, vivek tyagi wrote: I have started with 3.4.0,however the changes should be portable to 4.x as well.If I remember correctly the shared flat approach for m68k was laid open in 2004(or much earlier) but I have never come across a similar open source implementation for ARM..I am sorry but

Re: [uClinux-dev] Shared Flat support for ARM

2007-03-08 Thread David McCullough
Jivin vivek tyagi lays it down ... > Hi Greg > > I have started with 3.4.0,however the changes should be portable to > 4.x as well.If I remember correctly the shared flat approach for m68k > was laid open in 2004(or much earlier) but I have never come across a > similar open source implementation

Re: [uClinux-dev] Enabling NFS root file system for M5208EVB

2007-03-08 Thread Matt Waddel
Hi Fabio, I'll send the srec file with the newer version off-line. --Matt Fabio Estevam wrote: Hi Matt, Thanks! Do you if there is a new version for M5208EVB dBug that supports the kcl command? Thanks, Fabio ___ uClinux-dev mailing list uClinux

Re: [uClinux-dev] Porting DBUG MCF5208 to 32-bits mode

2007-03-08 Thread Prasad
Hi ferry, Thanx for responding. We did figure out from FAE that the 16-bit flash was connected to the D0-D15 instead of D16-D31. The SDRAM mode, boot-flash uses the D16-D31 instead of D0-D15 for 16bit boot mode. So this cannot boot-up from flash when DDRSEL=1. Whereas for DDR mode (DDRSEL=0) it i

Re: [uClinux-dev] Enabling NFS root file system for M5208EVB

2007-03-08 Thread Fabio Estevam
Hi Matt, Thanks! Do you if there is a new version for M5208EVB dBug that supports the kcl command? --- Matt Waddel <[EMAIL PROTECTED]> wrote: Thanks, Fabio > Hi Fabio, > > Fabio Estevam wrote: > > I am using uClinux-dist-20060803 and I can do NFS > > mount on the M5208EVB. > > > > Now I wo

[uClinux-dev] Shared Flat support for ARM

2007-03-08 Thread vivek tyagi
Hi Greg I have started with 3.4.0,however the changes should be portable to 4.x as well.If I remember correctly the shared flat approach for m68k was laid open in 2004(or much earlier) but I have never come across a similar open source implementation for ARM..I am sorry but are we sure that there

[uClinux-dev] Bus-errors with arm-linux-tools-20061213

2007-03-08 Thread Wolf, Josef
Hello! When I build uClinux-dist-20051014 with arm-linux-tools-20061213, I get: # df Filesystem 1k-blocks Used Available Use% Mounted on Unhandled fault: external abort on linefetch (F4) at 0x0001 fault-common.c(97): start_code=0x817c0040, start_stack=0x8177ff80) Bus

Re: [uClinux-dev] Enabling NFS root file system for M5208EVB

2007-03-08 Thread Matt Waddel
Hi Fabio, Fabio Estevam wrote: > I am using uClinux-dist-20060803 and I can do NFS > mount on the M5208EVB. > > Now I would like to do a NFS root file system mount. > > My question is: how to enable NFS root file system > support? > > I am using dBug as bootloader and I am not sure if it > can pa

AW: AW: [uClinux-dev] FP-problems with arm-linux-tools-20061213

2007-03-08 Thread Wolf, Josef
> >>> To solve this, I put CFLAGS += -msoft-float in > >>> vendors/config/armnommu/config.arch. Then the error changes into: > >> This final link line will need a "-msoft-float" as well. > >> Otherwise it will try to link against the wrong libgcc.a > > Ough... I would not have been asked if it wou

Re: [uClinux-dev] FP-problems with arm-linux-tools-20061213

2007-03-08 Thread Greg Ungerer
Hi Erwin, Erwin Authried wrote: -EB ??? I thought that is for big endian linking, isn't it? I believe that the linker doesn't have any option for hard/soft FP, it's the compilers task to create the right object files, and the linker just has to be feeded with the right combination of object fil

Re: [uClinux-dev] Porting DBUG MCF5208 to 32-bits mode

2007-03-08 Thread Ferry de Groot
Hi pasad, I haven't had this problem exact problem. But I've had a lot of board isues before i got the MCF5208 to boot even properly. The MCF5208 seems to pretty sensetive regarding Voltage supply and in the errata datasheet form Freescale mentions an "Potential boot failure when using 32-bit

Re: AW: [uClinux-dev] FP-problems with arm-linux-tools-20061213

2007-03-08 Thread Greg Ungerer
Hi Josef, Wolf, Josef wrote: Thanks for your answer, Greg! To solve this, I put CFLAGS += -msoft-float in vendors/config/armnommu/config.arch. Then the error changes into: This final link line will need a "-msoft-float" as well. Otherwise it will try to link against the wrong libgcc.a Oug

AW: [uClinux-dev] FP-problems with arm-linux-tools-20061213

2007-03-08 Thread Wolf, Josef
Thanks for your answer, Greg! > > To solve this, I put CFLAGS += -msoft-float in > > vendors/config/armnommu/config.arch. Then the error changes into: > > This final link line will need a "-msoft-float" as well. > Otherwise it will try to link against the wrong libgcc.a > Ough... I would not h

Re: [uClinux-dev] FP-problems with arm-linux-tools-20061213

2007-03-08 Thread Erwin Authried
Am Donnerstag, den 08.03.2007, 12:43 +1000 schrieb Greg Ungerer: > Hi Josef, > > Wolf, Josef wrote: > > I have a problem with HW/SW floating-point mismatches when I try to > > compile uClinux-dist-20051014 with arm-linux-tools-20061213. The > > problem > > appears when compilation of the user dir