Re: [uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

2012-08-03 Thread Pankaj DEV
Thanks a lot for ur help.

It works !!

Regards
Pankaj

-Original Message-
From: uclinux-dev-boun...@uclinux.org [mailto:uclinux-dev-boun...@uclinux.org] 
On Behalf Of Marcelo Salazar
Sent: Wednesday, August 01, 2012 9:19 PM
To: uclinux-dev@uclinux.org
Subject: [uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

Hello all,

I've successfully built a complex application for the Cortex-R4 by using the 
CodeSourcery toolchain.
After googling for a while, I found this link:

http://www.codesourcery.com/sgpp/lite/arm/portal/package6503/public/arm-uclinuxeabi/arm-2010q1-189-arm-uclinuxeabi-i686-pc-linux-gnu.tar.bz2

Hope this helps.

Regards.
Marcelo


Jivin Pankaj DEV lays it down ...
 Hey,

 I downloaded latest sources for elf2flt from 
 http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/elf2flt/
 But they are exactly the same as from blackfin.

 but there are working ARM toolchains out there with elf2flt included
 Could you provide me any link/pointer for any ARM-CortexR4  toolchain with 
 elf2flt included ?

Codesourcery traditionally did this quite well.  They have since been bought by 
Mentor and I have no experience with them myself:


http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/

Maybe do some googling ;-)

Cheers,
Davidm
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


[uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

2012-08-01 Thread Marcelo Salazar
Hello all,

I've successfully built a complex application for the Cortex-R4 by
using the CodeSourcery toolchain.
After googling for a while, I found this link:

http://www.codesourcery.com/sgpp/lite/arm/portal/package6503/public/arm-uclinuxeabi/arm-2010q1-189-arm-uclinuxeabi-i686-pc-linux-gnu.tar.bz2

Hope this helps.

Regards.
Marcelo


Jivin Pankaj DEV lays it down ...
 Hey,

 I downloaded latest sources for elf2flt from 
 http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/elf2flt/
 But they are exactly the same as from blackfin.

 but there are working ARM toolchains out there with elf2flt included
 Could you provide me any link/pointer for any ARM-CortexR4  toolchain with 
 elf2flt included ?

Codesourcery traditionally did this quite well.  They have since been bought
by Mentor and I have no experience with them myself:


http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/

Maybe do some googling ;-)

Cheers,
Davidm
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


Re: [uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

2012-07-23 Thread David McCullough

Jivin Pankaj DEV lays it down ...
 Hey,
 
 I downloaded latest sources for elf2flt from 
 http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/elf2flt/
 But they are exactly the same as from blackfin.
 
 but there are working ARM toolchains out there with elf2flt included
 Could you provide me any link/pointer for any ARM-CortexR4  toolchain with 
 elf2flt included ?

Codesourcery traditionally did this quite well.  They have since been bought
by Mentor and I have no experience with them myself:


http://www.mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/

Maybe do some googling ;-)

Cheers,
Davidm

 -Original Message-
 From: David McCullough [mailto:david_mccullo...@mcafee.com] 
 Sent: Friday, July 20, 2012 10:23 AM
 To: Pankaj DEV
 Cc: uclinux-dev@uclinux.org
 Subject: Re: elf2flt error with ARM Cortex-R4 toolchain
 
 
 Jivin Pankaj DEV lays it down ...
  Hello,
  
  I am using ARM-Versatile Cortex-R4 platform and I have toolchain build with 
  following components? versions :
  
  1.   GNU GCC : 4.6.3 20120301
  2.   GNU Binutils - 2.20.51.20100809
  3.   uClibc-nptl-0.9.33-66
  
  To build the user application binary (FLAT), I downloaded the 
  following(latest) version of ELF2FLT package from 
  http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=summary
  
  2011-04-04
  
  David McCullough 
  http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=search;
  s=David+McCullough;st=author
  
  The GNU linker uses -v as a shortcut to --version,... 
  http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=commit;
  h=40f0d175e0847d922faa85cc18ec01f2129bb2b9
 
 
 My only question is why you are using the blackfin version of elf2flt for an 
 ARM system ?  It may be fine,  I don't really know,  but its primary purpose 
 would be blackfind support I suspect ;-)
 
 I haven't played with elf2flt for a long time,  but there are working ARM 
 toolchains out there with elf2flt included.  Build your ARM tool chain, then 
 try this version of elf2flt:
 
   http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/elf2flt/
 
 Otherwise,  hopefully someone on the list is currently using something and 
 can help you,
 
 Cheers,
 Davidm
 
 
 
 
  I was able to build the package properly and install it in my existing 
  (above) toolchain, but now when I try to build a simple (hello) C user 
  program using ?Wl,-elf2flt options, I am getting following errors :
  
  a.   
  /root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
   section .junk loaded at [,001f] overlaps section .text loaded 
  at [,011f]
  
  b.  
  /root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
   BFD (GNU Binutils - STMicroelectronics/Linux Base) 2.20.51.20100809 
  assertion fail ../../bfd/elf32-arm.c:13377
  
   
  
  Any Idea ? 
  
   
  
  My doubt : 
  
  Is ELF2FLT package compatible with the above mentioned versions of 
  GCC/Binutils/uClibc for ARM-R4 used ? 
  
  If anybody has tried to build a toolchain for ARM with this ELF2FLT 
  package, can u help us with the versions of GCC/Binutils/uClibc ? 
  
  Or may be if anyone knows any working ARM-CortexR4 working toolchain 
  containing ELF2FLT ?
  
   
  
  Regards
  
  Pankaj Dev
  
  
 
 -- 
 David McCullough,  david_mccullo...@mcafee.com,  Ph:+61 734352815
 McAfee - SnapGear  http://www.mcafee.com http://www.uCdot.org
 
 

-- 
David McCullough,  david_mccullo...@mcafee.com,  Ph:+61 734352815
McAfee - SnapGear  http://www.mcafee.com http://www.uCdot.org
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


Re: [uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

2012-07-22 Thread Greg Ungerer

Hi Pankaj,

On 07/20/2012 05:21 PM, Pankaj DEV wrote:

I downloaded latest sources for elf2flt from 
http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/elf2flt/
But they are exactly the same as from blackfin.

but there are working ARM toolchains out there with elf2flt included
Could you provide me any link/pointer for any ARM-CortexR4  toolchain with 
elf2flt included ?


Try the code sourcery tool chains. They usually work pretty well.

Regards
Greg




-Original Message-
From: David McCullough [mailto:david_mccullo...@mcafee.com]
Sent: Friday, July 20, 2012 10:23 AM
To: Pankaj DEV
Cc: uclinux-dev@uclinux.org
Subject: Re: elf2flt error with ARM Cortex-R4 toolchain


Jivin Pankaj DEV lays it down ...

Hello,

I am using ARM-Versatile Cortex-R4 platform and I have toolchain build with 
following components? versions :

1.   GNU GCC : 4.6.3 20120301
2.   GNU Binutils - 2.20.51.20100809
3.   uClibc-nptl-0.9.33-66

To build the user application binary (FLAT), I downloaded the
following(latest) version of ELF2FLT package from
http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=summary

2011-04-04

David McCullough
http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=search;
s=David+McCullough;st=author

The GNU linker uses -v as a shortcut to --version,...
http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=commit;
h=40f0d175e0847d922faa85cc18ec01f2129bb2b9



My only question is why you are using the blackfin version of elf2flt for an 
ARM system ?  It may be fine,  I don't really know,  but its primary purpose 
would be blackfind support I suspect ;-)

I haven't played with elf2flt for a long time,  but there are working ARM 
toolchains out there with elf2flt included.  Build your ARM tool chain, then 
try this version of elf2flt:

http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/elf2flt/

Otherwise,  hopefully someone on the list is currently using something and can 
help you,

Cheers,
Davidm





I was able to build the package properly and install it in my existing (above) 
toolchain, but now when I try to build a simple (hello) C user program using 
?Wl,-elf2flt options, I am getting following errors :

a.   
/root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
 section .junk loaded at [,001f] overlaps section .text loaded at 
[,011f]

b.  
/root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
 BFD (GNU Binutils - STMicroelectronics/Linux Base) 2.20.51.20100809 assertion 
fail ../../bfd/elf32-arm.c:13377



Any Idea ?



My doubt :

Is ELF2FLT package compatible with the above mentioned versions of 
GCC/Binutils/uClibc for ARM-R4 used ?

If anybody has tried to build a toolchain for ARM with this ELF2FLT package, 
can u help us with the versions of GCC/Binutils/uClibc ?

Or may be if anyone knows any working ARM-CortexR4 working toolchain containing 
ELF2FLT ?



Regards

Pankaj Dev







--

Greg Ungerer  --  Principal EngineerEMAIL: g...@snapgear.com
SnapGear Group, McAfee  PHONE:   +61 7 3435 2888
8 Gardner Close,FAX: +61 7 3891 3630
Milton, QLD, 4064, AustraliaWEB: http://www.SnapGear.com
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


Re: [uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

2012-07-22 Thread Paul Chavent


Hello Pankaj

I've successfully built a toolchain for an arm926ejs that allow me to build an 
simple c hello world (i haven't tested multithread, c++, or complex project 
with lot of dependancies, ...)

I used the git://sources.blackfin.uclinux.org/git/users/vapier/elf2flt.git 
sources with the attached patch.

The script used for compiling the toolchain is 
https://gitorious.org/bif/bif/blobs/master/framework/packages/toolchain-uclinux_uclibc/toolchain-uclinux_uclibc.sh
It's a personal job that should not be taken as a reference... and perhaps you 
could also see the sources of busybox, crosstools-ng or openembedded ...

Regards.

Paul.

Le 07/20/2012 05:43 AM, Pankaj DEV a écrit :

Hello,

I am using ARM-Versatile Cortex-R4 platform and I have toolchain build with 
following components' versions :

1.   GNU GCC : 4.6.3 20120301

2.   GNU Binutils - 2.20.51.20100809

3.   uClibc-nptl-0.9.33-66
To build the user application binary (FLAT), I downloaded the following(latest) 
version of ELF2FLT package from 
http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=summary
2011-04-04

David 
McCulloughhttp://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=search;s=David+McCullough;st=author

The GNU linker uses -v as a shortcut to --version,... 
http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=commit;h=40f0d175e0847d922faa85cc18ec01f2129bb2b9

I was able to build the package properly and install it in my existing (above) 
toolchain, but now when I try to build a simple (hello) C user program using 
-Wl,-elf2flt options, I am getting following errors :

a.   
/root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
 section .junk loaded at [,001f] overlaps section .text loaded at 
[,011f]

b.  
/root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
 BFD (GNU Binutils - STMicroelectronics/Linux Base) 2.20.51.20100809 assertion 
fail ../../bfd/elf32-arm.c:13377

Any Idea ?

My doubt :
Is ELF2FLT package compatible with the above mentioned versions of 
GCC/Binutils/uClibc for ARM-R4 used ?
If anybody has tried to build a toolchain for ARM with this ELF2FLT package, 
can u help us with the versions of GCC/Binutils/uClibc ?
Or may be if anyone knows any working ARM-CortexR4 working toolchain containing 
ELF2FLT ?

Regards
Pankaj Dev



___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev




From eca469f6946f92035f1ba4463829eb1f0e0fd98d Mon Sep 17 00:00:00 2001
From: Paul Chavent paul.chav...@fnac.net
Date: Thu, 17 May 2012 08:10:44 +0200
Subject: [PATCH] Arm support update (exidx sections).

---
 .gitignore|1 +
 elf2flt.c |   27 +++
 elf2flt.ld.in |   17 ++---
 3 files changed, 42 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 92ff5f6..e0e0bd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ elf2flt
 elf2flt.ld
 flthdr
 ld-elf2flt
+ld-elf2flt.sh
\ No newline at end of file
diff --git a/elf2flt.c b/elf2flt.c
index 2fea9b5..1a7ef88 100644
--- a/elf2flt.c
+++ b/elf2flt.c
@@ -54,6 +54,8 @@ const char *elf2flt_progname;
 
 #if defined(TARGET_h8300)
 #include elf/h8.h  /* TARGET_* ELF support for the BFD library   
 */
+#elif defined(TARGET_arm)
+#include elf/arm.h
 #elif defined(__CYGWIN__) || defined(__MINGW32__) || defined(TARGET_nios) || 
defined(TARGET_nios2)
 #include cygwin-elf.h/* Cygwin uses a local copy */
 #elif defined(TARGET_microblaze)
@@ -639,12 +641,16 @@ dump_symbols(symbols, number_of_symbols);
relocation_needed = 1;
break;
case R_ARM_REL32:
+   case R_ARM_JUMP24:
+   case R_ARM_CALL:
case R_ARM_THM_PC11:
case R_ARM_THM_PC22:
case R_ARM_PC24:
case R_ARM_PLT32:
case R_ARM_GOTPC:
case R_ARM_GOT32:
+   case R_ARM_PREL31:
+   case R_ARM_NONE:
relocation_needed = 0;
break;
default:
@@ -1702,6 +1708,27 @@ int main(int argc, char *argv[])
 }
   }
   
+  if (verbose) {
+printf(  verbose  = %d\n
+ load_to_ram  = %d\n
+ ktrace   = %d\n
+ docompress   = %d\n
+ pfile= \%s\\n
+ ofile= \%s\\n
+ use_resolved = %d\n
+  

Re: [uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

2012-07-20 Thread Pankaj DEV
Hey,

I downloaded latest sources for elf2flt from 
http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/elf2flt/
But they are exactly the same as from blackfin.

but there are working ARM toolchains out there with elf2flt included
Could you provide me any link/pointer for any ARM-CortexR4  toolchain with 
elf2flt included ?

Thanks
Pankaj Dev

-Original Message-
From: David McCullough [mailto:david_mccullo...@mcafee.com] 
Sent: Friday, July 20, 2012 10:23 AM
To: Pankaj DEV
Cc: uclinux-dev@uclinux.org
Subject: Re: elf2flt error with ARM Cortex-R4 toolchain


Jivin Pankaj DEV lays it down ...
 Hello,
 
 I am using ARM-Versatile Cortex-R4 platform and I have toolchain build with 
 following components? versions :
 
 1.   GNU GCC : 4.6.3 20120301
 2.   GNU Binutils - 2.20.51.20100809
 3.   uClibc-nptl-0.9.33-66
 
 To build the user application binary (FLAT), I downloaded the 
 following(latest) version of ELF2FLT package from 
 http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=summary
 
 2011-04-04
 
   David McCullough 
 http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=search;
 s=David+McCullough;st=author
 
   The GNU linker uses -v as a shortcut to --version,... 
 http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=commit;
 h=40f0d175e0847d922faa85cc18ec01f2129bb2b9


My only question is why you are using the blackfin version of elf2flt for an 
ARM system ?  It may be fine,  I don't really know,  but its primary purpose 
would be blackfind support I suspect ;-)

I haven't played with elf2flt for a long time,  but there are working ARM 
toolchains out there with elf2flt included.  Build your ARM tool chain, then 
try this version of elf2flt:

http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/elf2flt/

Otherwise,  hopefully someone on the list is currently using something and can 
help you,

Cheers,
Davidm




 I was able to build the package properly and install it in my existing 
 (above) toolchain, but now when I try to build a simple (hello) C user 
 program using ?Wl,-elf2flt options, I am getting following errors :
 
 a.   
 /root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
  section .junk loaded at [,001f] overlaps section .text loaded at 
 [,011f]
 
 b.  
 /root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
  BFD (GNU Binutils - STMicroelectronics/Linux Base) 2.20.51.20100809 
 assertion fail ../../bfd/elf32-arm.c:13377
 
  
 
 Any Idea ? 
 
  
 
 My doubt : 
 
 Is ELF2FLT package compatible with the above mentioned versions of 
 GCC/Binutils/uClibc for ARM-R4 used ? 
 
 If anybody has tried to build a toolchain for ARM with this ELF2FLT package, 
 can u help us with the versions of GCC/Binutils/uClibc ? 
 
 Or may be if anyone knows any working ARM-CortexR4 working toolchain 
 containing ELF2FLT ?
 
  
 
 Regards
 
 Pankaj Dev
 
 

-- 
David McCullough,  david_mccullo...@mcafee.com,  Ph:+61 734352815
McAfee - SnapGear  http://www.mcafee.com http://www.uCdot.org
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev


[uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

2012-07-19 Thread Pankaj DEV
Hello,

I am using ARM-Versatile Cortex-R4 platform and I have toolchain build with 
following components' versions :

1.   GNU GCC : 4.6.3 20120301

2.   GNU Binutils - 2.20.51.20100809

3.   uClibc-nptl-0.9.33-66
To build the user application binary (FLAT), I downloaded the following(latest) 
version of ELF2FLT package from 
http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=summary
2011-04-04

David 
McCulloughhttp://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=search;s=David+McCullough;st=author

The GNU linker uses -v as a shortcut to --version,... 
http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=commit;h=40f0d175e0847d922faa85cc18ec01f2129bb2b9

I was able to build the package properly and install it in my existing (above) 
toolchain, but now when I try to build a simple (hello) C user program using 
-Wl,-elf2flt options, I am getting following errors :

a.   
/root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
 section .junk loaded at [,001f] overlaps section .text loaded at 
[,011f]

b.  
/root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
 BFD (GNU Binutils - STMicroelectronics/Linux Base) 2.20.51.20100809 assertion 
fail ../../bfd/elf32-arm.c:13377

Any Idea ?

My doubt :
Is ELF2FLT package compatible with the above mentioned versions of 
GCC/Binutils/uClibc for ARM-R4 used ?
If anybody has tried to build a toolchain for ARM with this ELF2FLT package, 
can u help us with the versions of GCC/Binutils/uClibc ?
Or may be if anyone knows any working ARM-CortexR4 working toolchain containing 
ELF2FLT ?

Regards
Pankaj Dev
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Re: [uClinux-dev] elf2flt error with ARM Cortex-R4 toolchain

2012-07-19 Thread David McCullough

Jivin Pankaj DEV lays it down ...
 Hello,
 
 I am using ARM-Versatile Cortex-R4 platform and I have toolchain build with 
 following components? versions :
 
 1.   GNU GCC : 4.6.3 20120301
 2.   GNU Binutils - 2.20.51.20100809
 3.   uClibc-nptl-0.9.33-66
 
 To build the user application binary (FLAT), I downloaded the 
 following(latest) version of ELF2FLT package from 
 http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=summary 
 
 2011-04-04
 
   David McCullough 
 http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=search;s=David+McCullough;st=author
  
 
   The GNU linker uses -v as a shortcut to --version,... 
 http://blackfin.uclinux.org/git/?p=users/vapier/elf2flt.git;a=commit;h=40f0d175e0847d922faa85cc18ec01f2129bb2b9
  


My only question is why you are using the blackfin version of elf2flt for
an ARM system ?  It may be fine,  I don't really know,  but its primary
purpose would be blackfind support I suspect ;-)

I haven't played with elf2flt for a long time,  but there are working ARM
toolchains out there with elf2flt included.  Build your ARM tool chain, then
try this version of elf2flt:

http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/elf2flt/

Otherwise,  hopefully someone on the list is currently using something and
can help you,

Cheers,
Davidm




 I was able to build the package properly and install it in my existing 
 (above) toolchain, but now when I try to build a simple (hello) C user 
 program using ?Wl,-elf2flt options, I am getting following errors :
 
 a.   
 /root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
  section .junk loaded at [,001f] overlaps section .text loaded at 
 [,011f]
 
 b.  
 /root/distro-armv7r/STLinux-2.4/devkit/armv7r_uclibc/arm-cortex-linux-uclibcgnueabi/bin/ld.real:
  BFD (GNU Binutils - STMicroelectronics/Linux Base) 2.20.51.20100809 
 assertion fail ../../bfd/elf32-arm.c:13377
 
  
 
 Any Idea ? 
 
  
 
 My doubt : 
 
 Is ELF2FLT package compatible with the above mentioned versions of 
 GCC/Binutils/uClibc for ARM-R4 used ? 
 
 If anybody has tried to build a toolchain for ARM with this ELF2FLT package, 
 can u help us with the versions of GCC/Binutils/uClibc ? 
 
 Or may be if anyone knows any working ARM-CortexR4 working toolchain 
 containing ELF2FLT ?
 
  
 
 Regards
 
 Pankaj Dev
 
 

-- 
David McCullough,  david_mccullo...@mcafee.com,  Ph:+61 734352815
McAfee - SnapGear  http://www.mcafee.com http://www.uCdot.org
___
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev