[U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Vipin KUMAR
Hello, While building uboot-2010.03 for any arm board, with USE_PRIVATE_LIBGCC=yes is throwing the following errors. Any help would be appriciated net/libnet.a(net.o): In function `ip_to_string': /data/csd_sw/spear/drives_os/vipink/spear/uboot/u-boot/net/net.c:1886: undefined reference to

Re: [U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Fabio Giovagnini
Ciao Vipin, ok, so the only way is to select the source file containing the fuction from libgcc and include at source level into your source u-boot tree. I did the same but I started from the lib dir of linux kernel Regards In data giovedì 15 luglio 2010 10:59:52, Vipin KUMAR ha scritto: :

Re: [U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Vipin KUMAR
On 7/15/2010 2:34 PM, Fabio Giovagnini wrote: Ciao Vipin, Ciao Again, ok, so the only way is to select the source file containing the fuction from libgcc and include at source level into your source u-boot tree. I did the same but I started from the lib dir of linux kernel Hmmm, I was

Re: [U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Wolfgang Denk
Dear Vipin KUMAR, In message 4c3ed008.1080...@st.com you wrote: ok, so the only way is to select the source file containing the fuction from libgcc and include at source level into your source u-boot tree. I did the same but I started from the lib dir of linux kernel Hmmm, I was

Re: [U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Fabio Giovagnini
Just for my info. I did USE_PRIVATE_LIBGCC=yes modifing directly the makfile. Is iot possible to specify this in board dependent config file? I'll send my patches as soon as i'll finish the porting on my boadl called mlcd7203 Regards In data giovedì 15 luglio 2010 11:13:08, Wolfgang Denk ha

Re: [U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Wolfgang Denk
Dear Fabio Giovagnini, In message 201007151151.58747.fabio.giovagn...@aurion-tech.com you wrote: I did USE_PRIVATE_LIBGCC=yes modifing directly the makfile. Is iot possible to specify this in board dependent config file? Why? Just pass it on the command line, or set it as envrionment

Re: [U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Vipin KUMAR
On 7/15/2010 2:43 PM, Wolfgang Denk wrote: Dear Vipin KUMAR, Dear Wolfgang, In message 4c3ed008.1080...@st.com you wrote: ok, so the only way is to select the source file containing the fuction from libgcc and include at source level into your source u-boot tree. I did the same but I

Re: [U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Wolfgang Denk
Dear Vipin KUMAR, In message 4c3eecdb.7000...@st.com you wrote: Since this option -msoft-float is passed from arch/arm/cpu/config.mk, and it is common for all arm configurations. Is there a good way to pass -mhard-float.. Why would you want to do that? We don't use any FP code in U-Boot

Re: [U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Dennis Ruffer
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of Wolfgang Denk Sent: Thursday, July 15, 2010 10:58 AM To: Vipin KUMAR Cc: u-boot@lists.denx.de; Shiraz HASHIM Subject: Re: [U-Boot] u-boot-2010.03 build errors

Re: [U-Boot] u-boot-2010.03 build errors with USE_PRIVATE_LIBGCC=yes option

2010-07-15 Thread Wolfgang Denk
Dear Dennis Ruffer, In message 00ba01cb244a$629a4b90$27cee2...@com you wrote: Why would you want to do that? We don't use any FP code in U-Boot anyway. We have actually seen issues with the post memory tests using the -mfpu=neon and -ftree-vectorize under gcc 4.4.1. So, I would be very