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

2012-08-02 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

[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

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

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 a

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 l

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

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

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

Re: [uClinux-dev] elf2flt patch on mingw

2011-02-15 Thread David McCullough
Jivin Stanislav Meduna lays it down ... > Hi, > > the attached patch is needed for the recent elf2flt > on MinGW builds. The stat() cannot cope with directories > ending with the directory separator. Applied, Thanks, Davidm > diff -uNr elf2flt-orig/ld-elf2flt.c elf2flt/ld-elf2flt.c > --- elf2f

[uClinux-dev] elf2flt patch on mingw

2011-01-15 Thread Stanislav Meduna
Hi, the attached patch is needed for the recent elf2flt on MinGW builds. The stat() cannot cope with directories ending with the directory separator. Regards -- Stano diff -uNr elf2flt-orig/ld-elf2flt.c elf2flt/ld-elf2flt.c --- elf2flt-orig/ld-elf2flt.c 2010-08

Re: [uClinux-dev] elf2flt: putting .text and .data into separate segments

2010-03-08 Thread Greg Ungerer
Hi Thomas, Thomas Schwinge wrote: Here is a patch to fix a ``misunderstanding'' between the kernel (bflt loader) and GDB; noticed on m68k / coldfire uClinux. Lacking specific directives in the linker script, the linker *may* decide to put .text and .data into the same segment: Section to

[uClinux-dev] elf2flt: putting .text and .data into separate segments

2010-03-08 Thread Thomas Schwinge
Hello! Here is a patch to fix a ``misunderstanding'' between the kernel (bflt loader) and GDB; noticed on m68k / coldfire uClinux. Lacking specific directives in the linker script, the linker *may* decide to put .text and .data into the same segment: Section to Segment mapping: Segmen

[uClinux-dev] elf2flt build error: cortex-m3 toolchain

2010-02-05 Thread RK Raggit
Hi there, I have built a arm-cortexm3 uclinux-uclibc toolchain and now require elf2flt inside the toolchain. While building the elf2flt package an error is thrown - "./elf2flt.c:57:21: error: elf/arm.h: No such file or directory" which is valid since i do not have such a file anywhere on my sta

Re: [uClinux-dev] elf2flt homepage

2010-01-19 Thread Philip Nye
Mike Frysinger wrote: before i started working at ADI, i had only vaguely heard of "elf2flt",.. ...i think the community would benefit greatly from having a homepage for this utility... Absolutely! ive started documenting things here: https://docs.blackfin.uclinux.org/doku.php?id=toolcha

[uClinux-dev] elf2flt homepage

2010-01-18 Thread Mike Frysinger
before i started working at ADI, i had only vaguely heard of "elf2flt", and tried to locate it myself a few times. google results never really turned up anything useful, and even now, i see nothing has changed when googling "elf2flt". if you were so lucky as to come across the cvs repo, the deart

RE: [uClinux-dev] elf2flt & ctors?

2009-02-01 Thread Gavin Lambert
Quoth Wolfgang Mües: > The linking of crtbegin and crtend is disabled with --no-stdlibs. In the "old" > uClinux distributions, this switch is embedded in ucfront. Wait, ucfront is "old" now? I'm still using a pre-ucfront distribution ;) ___ uClinux-de

Re: [uClinux-dev] elf2flt & ctors?

2009-01-30 Thread Wolfgang Mües
Chetan, Am Freitag 30 Januar 2009 06:07:19 schrieb Chetan Murthy: > I am having trouble getting my application that is statically linked > against a rendering library to work on an ARM platform running uclinux. > After some searching and debugging, I isolated the problem to be due some > missing c

[uClinux-dev] elf2flt & ctors?

2009-01-29 Thread Chetan Murthy
Hi All, I am having trouble getting my application that is statically linked against a rendering library to work on an ARM platform running uclinux. After some searching and debugging, I isolated the problem to be due some missing ctor symbols. I was able to solve this by adding a "-u" option to k

RE: [uClinux-dev] elf2flt errors

2007-12-14 Thread Mei Xu
-- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Werner Cornelius Sent: Friday, December 14, 2007 3:52 AM To: uClinux development list Subject: Re: [uClinux-dev] elf2flt errors Am Donnerstag, 13. Dezember 2007 19:50 schrieb Mei Xu: Hello, Remove the 0x0 before the 0x0 from the .t

Re: [uClinux-dev] elf2flt errors

2007-12-14 Thread Werner Cornelius
gt; Thanks! > > Mei > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Werner Cornelius > Sent: Thursday, December 13, 2007 1:07 AM > To: uClinux development list > Subject: Re: [uClinux-dev] elf2flt errors > >

RE: [uClinux-dev] elf2flt errors

2007-12-13 Thread Mei Xu
nal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Werner Cornelius Sent: Thursday, December 13, 2007 1:07 AM To: uClinux development list Subject: Re: [uClinux-dev] elf2flt errors Am Donnerstag, 13. Dezember 2007 03:02 schrieb Mei Xu: Hello, > Hello, > > When I

Re: [uClinux-dev] elf2flt errors

2007-12-13 Thread Werner Cornelius
Am Donnerstag, 13. Dezember 2007 03:02 schrieb Mei Xu: Hello, > Hello, > > When I used elf2flt tool, I got an error message: > > ERROR: text=0x63c0 + data=0x746c overlaps bss=0x7550 ? > > I checked the ELF file sections, and it looked like this: > > NameSizeVMA

[uClinux-dev] elf2flt errors

2007-12-12 Thread Mei Xu
Hello, When I used elf2flt tool, I got an error message: ERROR: text=0x63c0 + data=0x746c overlaps bss=0x7550 ? I checked the ELF file sections, and it looked like this: NameSizeVMA LMA File off .text 63c0

Re: [uClinux-dev] elf2flt Issues

2007-08-17 Thread David Worthen
I forget the sequence of make commands, but I think you have to run a make sequence as if you have just downloaded the source. - Original Message - From: "Chris Doré" <[EMAIL PROTECTED]> To: "uclinux-dev" Sent: Friday, August 17, 2007 9:25 AM Subject: [u

[uClinux-dev] elf2flt Issues

2007-08-17 Thread Chris Doré
Hi all, I am attempting to modify Boa using functions contained in our static libs. Once I made the necessary changes (only added an if and a library function call), Boa stopped linking: -- make[3]: Entering directory `/firm/cdor

[uClinux-dev] elf2flt

2007-05-31 Thread Juanba Romance Gallego
I think it would be better you search in the micro-kernel area, anyway 20Kbytes is really a great challenge Best Regards ___ uClinux-dev mailing list uClinux-dev@uclinux.org http://mailman.uclinux.org/mailman/listinfo/uclinux-dev This message was res

Re: RES: [uClinux-dev] elf2flt

2007-04-09 Thread Fabio Estevam
; > Roger > > > -Mensagem original- > De: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Em nome de > Andrew Webster > Enviada em: quinta-feira, 5 de abril de 2007 18:39 > Para: uClinux development list > Assunto: Re: [uClinux-dev] elf2flt > > Why not

Re: [uClinux-dev] elf2flt

2007-04-09 Thread Andrew Webster
inux development list *Assunto:* Re: [uClinux-dev] elf2flt Why not use gcc instead of codewarrior? Andrew On 4/5/07, *Roger Feltrin Escanhola* <[EMAIL PROTECTED]> wrote: Hi Kalyan, Thanks for advice, but it didn't work. I tried to compile a new kernel image using "make –

RES: [uClinux-dev] elf2flt

2007-04-09 Thread Roger Feltrin Escanhola
18:39 Para: uClinux development list Assunto: Re: [uClinux-dev] elf2flt Why not use gcc instead of codewarrior? Andrew On 4/5/07, Roger Feltrin Escanhola <[EMAIL PROTECTED]> wrote: Hi Kalyan, Thanks for advice, but it didn't work. I tried to compile a new kernel image using &quo

Re: [uClinux-dev] elf2flt

2007-04-09 Thread Fabio Estevam
oger/uClinux-dist/uClibc/libc' > > > > make[3]: ** [_dir_libc] Erro 2 > > > > make[3]: Leaving directory > `/home/roger/uClinux-dist/uClibc' > > > > make[2]: ** [uClibc] Erro 2 > > > > make[2]: Leaving directory > `/home/roger/uClinux-dist/lib' &

Re: [uClinux-dev] elf2flt

2007-04-09 Thread Fabio Estevam
oger/uClinux-dist/uClibc/libc' > > > > make[3]: ** [_dir_libc] Erro 2 > > > > make[3]: Leaving directory > `/home/roger/uClinux-dist/uClibc' > > > > make[2]: ** [uClibc] Erro 2 > > > > make[2]: Leaving directory > `/home/roger/uClinux-dist/lib' &

RE: [uClinux-dev] elf2flt

2007-04-05 Thread Kalyan Tej
EMAIL PROTECTED] On Behalf Of Roger Feltrin Escanhola Sent: Friday, April 06, 2007 12:58 AM To: 'uClinux development list' Subject: RES: [uClinux-dev] elf2flt Hi Kalyan, Thanks for advice, but it didn't work. I tried to compile a new kernel image using "make - r", but

Re: [uClinux-dev] elf2flt

2007-04-05 Thread Andrew Webster
gards <http://www.v2telecom.com.br/> Roger Feltrin Escanhola 55 11 3094.3939 -Mensagem original- *De:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *Em nome de *Kalyan Tej *Enviada em:* quinta-feira, 5 de abril de 2007 01:07 *Para:* uClinux development list *Assunto:* RE: [uClinu

RES: [uClinux-dev] elf2flt

2007-04-05 Thread Roger Feltrin Escanhola
ED] Em nome de Kalyan Tej Enviada em: quinta-feira, 5 de abril de 2007 01:07 Para: uClinux development list Assunto: RE: [uClinux-dev] elf2flt Hi, I don't know about the tools you r using but generally the error : "Input file contains no relocation info " can be eliminated by compling t

RE: [uClinux-dev] elf2flt

2007-04-04 Thread Kalyan Tej
ary. Regards, Kalyan From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger Feltrin Escanhola Sent: Thursday, April 05, 2007 4:18 AM To: uclinux-dev@uclinux.org Subject: [uClinux-dev] elf2flt I am new in this forum, I've had some troubles to run a applic

[uClinux-dev] elf2flt

2007-04-04 Thread Roger Feltrin Escanhola
I am new in this forum, I've had some troubles to run a application in uClinux. My target is a Coldfire microprocessor Kit Freescale (M5208EVB). I used Codewarrior to make a simple C program, but Codewarrior doesn't generate a binary flat file, so I can't run it on uClinux. Instead it makes an elf