public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [ECOS] Context.s problem
@ 2004-09-13  8:23 Meulendijks, J.
  0 siblings, 0 replies; 11+ messages in thread
From: Meulendijks, J. @ 2004-09-13  8:23 UTC (permalink / raw)
  To: 'Andrew Lunn'; +Cc: 'ecos-discuss@sources.redhat.com'

I changed the gcc version. Now I have gcc 3.2.1, but I still have the same
problems :-s

-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch]
Sent: maandag 13 september 2004 09:11
To: Meulendijks, J.
Cc: 'ecos-discuss@sources.redhat.com'
Subject: Re: [ECOS] Context.s problem


On Mon, Sep 13, 2004 at 08:54:02AM +0200, Meulendijks, J. wrote:
> GCC version 3.3.1
> 
> -----Original Message-----
> From: Andrew Lunn [mailto:andrew@lunn.ch]
> Sent: maandag 13 september 2004 08:51
> To: Meulendijks, J.
> Cc: 'ecos-discuss@sources.redhat.com'
> Subject: Re: [ECOS] Context.s problem
> 
> 
> On Mon, Sep 13, 2004 at 08:49:12AM +0200, Meulendijks, J. wrote:
> > When I try to build a library in Ecos configtool 2.11 I get the following
> > errors:
> > 
> > powerpc-eabi-gcc -c
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/eCos-Work/ec555_install/include
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/tests -I.
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/
> -mcpu=505
> > -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef
> -Woverloaded-virtual
> > -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti
> -fno-exceptions
> > -finit-priority -Wp,-MD,src/context.tmp -o src/hal_powerpc_arch_context.o
> >
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S
> >
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:
> > Assembler messages:
> >
>
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:11
> > 7: Error: unsupported relocation against CYGARC_PPC_CONTEXT_SIZE
> >
>
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
> > 4: Error: unsupported relocation against CYGARC_PPCREG_REGS
> >
>
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
> 
> What version of gcc are you using?
> 
>         Andrew

The pre-built toolchain eCosCentric provide is 3.2.1. That is known to
work.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ECOS] context.S problem
  2006-09-08 17:21 [ECOS] Re: install ecos on debian 1.3.3.5 Andrew Lunn
@ 2006-09-09 17:50 ` Wendell Liu
  0 siblings, 0 replies; 11+ messages in thread
From: Wendell Liu @ 2006-09-09 17:50 UTC (permalink / raw)
  To: 'Andrew Lunn', 'Jonathan Larmour'
  Cc: 'mirko massignani', 'eCos discussion',
	'Wendell Liu'

 
Hello, Andrew and other eCos experts,

I just started using eCos with SH4 for my next project, and I try to build
eCos image. On my machine, I always encountered the following errors:

sh-elf-gcc -c -I/... src/hal_sh_arch_context.o
/cygdrive/c/cygwin/opt/ecos/ecos/packages/hal/sh/arch/current/src/context.S

/cygdrive/c/cygwin/opt/ecos/ecos/packages/hal/sh/arch/current/src/context.S:
Assembler messages:
/cygdrive/c/cygwin/opt/ecos/ecos/packages/hal/sh/arch/current/src/context.S:
257:
Error: Cannot represent relocation type BFD_RELOC_SH_IMM4BY4

I checked the ecos-discuss mailing list, and found Andrew ever answered the
assembler question, but I couldn't get the clue.

I used the following versions:
make -v
GNU  Make version 3.79.1

sh-elf-gcc -v
gcc version 3.2.1 (eCosCentric)

sh-elf-as -v
GNU assembler version 2.13.1 (sh-elf) using BFD version 2.13.1

Could Andrew or someone else please help me to get this out?

Highly appreciate your help.
Wendell





-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ECOS] Context.s problem
  2004-09-15 12:15 [ECOS] Context.s problem Meulendijks, J.
@ 2004-09-15 12:37 ` Andrew Lunn
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Lunn @ 2004-09-15 12:37 UTC (permalink / raw)
  To: Meulendijks, J.
  Cc: 'Andrew Lunn', 'ecos-discuss@sources.redhat.com'

On Wed, Sep 15, 2004 at 02:13:39PM +0200, Meulendijks, J. wrote:
> I finally got eCos Configuration Tool to work. It was some sort of problem with
> Cygwin (I do not know the exact origin of the problem I had)
> Now I succesfully can build a library but what's the next step I have to take to
> get eCos running on my target?? I read all sort of things on internet but I just
> cannot figure out what I have to do next.

http://ecos.sourceware.org/docs-latest/user-guide/ecos-user-guide.html

Do you have redboot on your device? If not you should also take a look
at http://ecos.sourceware.org/docs-latest/redboot/redboot-guide.html
which tells you how to build, install and use redboot.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [ECOS] Context.s problem
@ 2004-09-15 12:15 Meulendijks, J.
  2004-09-15 12:37 ` Andrew Lunn
  0 siblings, 1 reply; 11+ messages in thread
From: Meulendijks, J. @ 2004-09-15 12:15 UTC (permalink / raw)
  To: 'Andrew Lunn'; +Cc: 'ecos-discuss@sources.redhat.com'

I finally got eCos Configuration Tool to work. It was some sort of problem with
Cygwin (I do not know the exact origin of the problem I had)
Now I succesfully can build a library but what's the next step I have to take to
get eCos running on my target?? I read all sort of things on internet but I just
cannot figure out what I have to do next.

Thanks in advance.

-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch]
Sent: dinsdag 14 september 2004 17:15
To: Meulendijks, J.
Cc: 'Andrew Lunn'; 'ecos-discuss@sources.redhat.com'
Subject: Re: [ECOS] Context.s problem


On Tue, Sep 14, 2004 at 04:17:14PM +0200, Meulendijks, J. wrote:
> I don't know if this information helps anybody. But I think this problem has
> something to do with assembly and the compiler. Because when I work around the
> problem raised with context.s I get another error on variant.s. I can work
> around this problem as well but that is not the answer for my problem. I need
to
> get the source of the problem!
> Does anybody have an idea??

What version of bintutils do you have? The version eCosCentric ship is  

$ /opt/ecos/gnutools/powerpc-eabi/bin/powerpc-eabi-as -v
GNU assembler version 2.13.1 (powerpc-eabi) using BFD version 2.13.1

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ECOS] Context.s problem
  2004-09-14 14:33 Meulendijks, J.
  2004-09-14 14:39 ` Gary Thomas
@ 2004-09-14 15:15 ` Andrew Lunn
  1 sibling, 0 replies; 11+ messages in thread
From: Andrew Lunn @ 2004-09-14 15:15 UTC (permalink / raw)
  To: Meulendijks, J.
  Cc: 'Andrew Lunn', 'ecos-discuss@sources.redhat.com'

On Tue, Sep 14, 2004 at 04:17:14PM +0200, Meulendijks, J. wrote:
> I don't know if this information helps anybody. But I think this problem has
> something to do with assembly and the compiler. Because when I work around the
> problem raised with context.s I get another error on variant.s. I can work
> around this problem as well but that is not the answer for my problem. I need to
> get the source of the problem!
> Does anybody have an idea??

What version of bintutils do you have? The version eCosCentric ship is  

$ /opt/ecos/gnutools/powerpc-eabi/bin/powerpc-eabi-as -v
GNU assembler version 2.13.1 (powerpc-eabi) using BFD version 2.13.1

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [ECOS] Context.s problem
  2004-09-14 14:33 Meulendijks, J.
@ 2004-09-14 14:39 ` Gary Thomas
  2004-09-14 15:15 ` Andrew Lunn
  1 sibling, 0 replies; 11+ messages in thread
From: Gary Thomas @ 2004-09-14 14:39 UTC (permalink / raw)
  To: Meulendijks, J.
  Cc: 'Andrew Lunn', 'ecos-discuss@sources.redhat.com'

On Tue, 2004-09-14 at 08:17, Meulendijks, J. wrote:
> I don't know if this information helps anybody. But I think this problem has
> something to do with assembly and the compiler. Because when I work around the
> problem raised with context.s I get another error on variant.s. I can work
> around this problem as well but that is not the answer for my problem. I need to
> get the source of the problem!
> Does anybody have an idea??
> 

Check the instructions carefully for how you have your volumes mounted.
CygWin can make a mess of things (text files, etc) when the disks are
accessed incorrectly.

Note: I don't have the correct settings at hand (so don't ask) since I
don't use CygWin, but I know they are in the documentation.

> 
> -----Original Message-----
> From: Andrew Lunn [mailto:andrew@lunn.ch]
> Sent: maandag 13 september 2004 09:11
> To: Meulendijks, J.
> Cc: 'ecos-discuss@sources.redhat.com'
> Subject: Re: [ECOS] Context.s problem
> 
> 
> On Mon, Sep 13, 2004 at 08:54:02AM +0200, Meulendijks, J. wrote:
> > GCC version 3.3.1
> > 
> > -----Original Message-----
> > From: Andrew Lunn [mailto:andrew@lunn.ch]
> > Sent: maandag 13 september 2004 08:51
> > To: Meulendijks, J.
> > Cc: 'ecos-discuss@sources.redhat.com'
> > Subject: Re: [ECOS] Context.s problem
> > 
> > 
> > On Mon, Sep 13, 2004 at 08:49:12AM +0200, Meulendijks, J. wrote:
> > > When I try to build a library in Ecos configtool 2.11 I get the following
> > > errors:
> > > 
> > > powerpc-eabi-gcc -c
> > > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/eCos-Work/ec555_install/include
> > > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0
> > > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src
> > > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/tests -I.
> > > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/
> > -mcpu=505
> > > -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef
> > -Woverloaded-virtual
> > > -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti
> > -fno-exceptions
> > > -finit-priority -Wp,-MD,src/context.tmp -o src/hal_powerpc_arch_context.o
> > >
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S
> > >
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:
> > > Assembler messages:
> > >
> >
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:11
> > > 7: Error: unsupported relocation against CYGARC_PPC_CONTEXT_SIZE
> > >
> >
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
> > > 4: Error: unsupported relocation against CYGARC_PPCREG_REGS
> > >
> >
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
> > 
> > What version of gcc are you using?
> > 
> >         Andrew
> 
> The pre-built toolchain eCosCentric provide is 3.2.1. That is known to
> work.
> 
>         Andrew
-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [ECOS] Context.s problem
@ 2004-09-14 14:33 Meulendijks, J.
  2004-09-14 14:39 ` Gary Thomas
  2004-09-14 15:15 ` Andrew Lunn
  0 siblings, 2 replies; 11+ messages in thread
From: Meulendijks, J. @ 2004-09-14 14:33 UTC (permalink / raw)
  To: 'Andrew Lunn'; +Cc: 'ecos-discuss@sources.redhat.com'

I don't know if this information helps anybody. But I think this problem has
something to do with assembly and the compiler. Because when I work around the
problem raised with context.s I get another error on variant.s. I can work
around this problem as well but that is not the answer for my problem. I need to
get the source of the problem!
Does anybody have an idea??


-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch]
Sent: maandag 13 september 2004 09:11
To: Meulendijks, J.
Cc: 'ecos-discuss@sources.redhat.com'
Subject: Re: [ECOS] Context.s problem


On Mon, Sep 13, 2004 at 08:54:02AM +0200, Meulendijks, J. wrote:
> GCC version 3.3.1
> 
> -----Original Message-----
> From: Andrew Lunn [mailto:andrew@lunn.ch]
> Sent: maandag 13 september 2004 08:51
> To: Meulendijks, J.
> Cc: 'ecos-discuss@sources.redhat.com'
> Subject: Re: [ECOS] Context.s problem
> 
> 
> On Mon, Sep 13, 2004 at 08:49:12AM +0200, Meulendijks, J. wrote:
> > When I try to build a library in Ecos configtool 2.11 I get the following
> > errors:
> > 
> > powerpc-eabi-gcc -c
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/eCos-Work/ec555_install/include
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/tests -I.
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/
> -mcpu=505
> > -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef
> -Woverloaded-virtual
> > -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti
> -fno-exceptions
> > -finit-priority -Wp,-MD,src/context.tmp -o src/hal_powerpc_arch_context.o
> >
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S
> >
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:
> > Assembler messages:
> >
>
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:11
> > 7: Error: unsupported relocation against CYGARC_PPC_CONTEXT_SIZE
> >
>
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
> > 4: Error: unsupported relocation against CYGARC_PPCREG_REGS
> >
>
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
> 
> What version of gcc are you using?
> 
>         Andrew

The pre-built toolchain eCosCentric provide is 3.2.1. That is known to
work.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ECOS] Context.s problem
  2004-09-13  6:54 Meulendijks, J.
@ 2004-09-13  7:11 ` Andrew Lunn
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Lunn @ 2004-09-13  7:11 UTC (permalink / raw)
  To: Meulendijks, J.; +Cc: 'ecos-discuss@sources.redhat.com'

On Mon, Sep 13, 2004 at 08:54:02AM +0200, Meulendijks, J. wrote:
> GCC version 3.3.1
> 
> -----Original Message-----
> From: Andrew Lunn [mailto:andrew@lunn.ch]
> Sent: maandag 13 september 2004 08:51
> To: Meulendijks, J.
> Cc: 'ecos-discuss@sources.redhat.com'
> Subject: Re: [ECOS] Context.s problem
> 
> 
> On Mon, Sep 13, 2004 at 08:49:12AM +0200, Meulendijks, J. wrote:
> > When I try to build a library in Ecos configtool 2.11 I get the following
> > errors:
> > 
> > powerpc-eabi-gcc -c
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/eCos-Work/ec555_install/include
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/tests -I.
> > -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/
> -mcpu=505
> > -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef
> -Woverloaded-virtual
> > -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti
> -fno-exceptions
> > -finit-priority -Wp,-MD,src/context.tmp -o src/hal_powerpc_arch_context.o
> > /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S
> > /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:
> > Assembler messages:
> >
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:11
> > 7: Error: unsupported relocation against CYGARC_PPC_CONTEXT_SIZE
> >
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
> > 4: Error: unsupported relocation against CYGARC_PPCREG_REGS
> >
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
> 
> What version of gcc are you using?
> 
>         Andrew

The pre-built toolchain eCosCentric provide is 3.2.1. That is known to
work.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

* RE: [ECOS] Context.s problem
@ 2004-09-13  6:54 Meulendijks, J.
  2004-09-13  7:11 ` Andrew Lunn
  0 siblings, 1 reply; 11+ messages in thread
From: Meulendijks, J. @ 2004-09-13  6:54 UTC (permalink / raw)
  To: 'Andrew Lunn', Meulendijks, J.
  Cc: 'ecos-discuss@sources.redhat.com'

GCC version 3.3.1

-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch]
Sent: maandag 13 september 2004 08:51
To: Meulendijks, J.
Cc: 'ecos-discuss@sources.redhat.com'
Subject: Re: [ECOS] Context.s problem


On Mon, Sep 13, 2004 at 08:49:12AM +0200, Meulendijks, J. wrote:
> When I try to build a library in Ecos configtool 2.11 I get the following
> errors:
> 
> powerpc-eabi-gcc -c
> -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/eCos-Work/ec555_install/include
> -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0
> -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src
> -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/tests -I.
> -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/
-mcpu=505
> -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef
-Woverloaded-virtual
> -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti
-fno-exceptions
> -finit-priority -Wp,-MD,src/context.tmp -o src/hal_powerpc_arch_context.o
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:
> Assembler messages:
>
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:11
> 7: Error: unsupported relocation against CYGARC_PPC_CONTEXT_SIZE
>
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
> 4: Error: unsupported relocation against CYGARC_PPCREG_REGS
>
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12

What version of gcc are you using?

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [ECOS] Context.s problem
  2004-09-13  6:49 Meulendijks, J.
@ 2004-09-13  6:51 ` Andrew Lunn
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Lunn @ 2004-09-13  6:51 UTC (permalink / raw)
  To: Meulendijks, J.; +Cc: 'ecos-discuss@sources.redhat.com'

On Mon, Sep 13, 2004 at 08:49:12AM +0200, Meulendijks, J. wrote:
> When I try to build a library in Ecos configtool 2.11 I get the following
> errors:
> 
> powerpc-eabi-gcc -c
> -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/eCos-Work/ec555_install/include
> -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0
> -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src
> -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/tests -I.
> -I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/ -mcpu=505
> -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual
> -g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti -fno-exceptions
> -finit-priority -Wp,-MD,src/context.tmp -o src/hal_powerpc_arch_context.o
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:
> Assembler messages:
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:11
> 7: Error: unsupported relocation against CYGARC_PPC_CONTEXT_SIZE
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
> 4: Error: unsupported relocation against CYGARC_PPCREG_REGS
> /ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12

What version of gcc are you using?

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [ECOS] Context.s problem
@ 2004-09-13  6:49 Meulendijks, J.
  2004-09-13  6:51 ` Andrew Lunn
  0 siblings, 1 reply; 11+ messages in thread
From: Meulendijks, J. @ 2004-09-13  6:49 UTC (permalink / raw)
  To: 'ecos-discuss@sources.redhat.com'

When I try to build a library in Ecos configtool 2.11 I get the following
errors:

powerpc-eabi-gcc -c
-I/ecos-c/Cygwin/opt/ecos/ecos-2.0/eCos-Work/ec555_install/include
-I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0
-I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src
-I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/tests -I.
-I/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/ -mcpu=505
-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual
-g -O2 -ffunction-sections -fdata-sections -mmultiple -fno-rtti -fno-exceptions
-finit-priority -Wp,-MD,src/context.tmp -o src/hal_powerpc_arch_context.o
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:
Assembler messages:
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:11
7: Error: unsupported relocation against CYGARC_PPC_CONTEXT_SIZE
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS

/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:12
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:13
5: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:13
6: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:13
7: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:14
3: Error: unsupported relocation against CYGARC_PPCREG_CR
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:14
9: Error: unsupported relocation against CYGARC_PPCREG_PC
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:15
3: Error: unsupported relocation against CYGARC_PPCREG_MSR
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:15
8: Error: unsupported relocation against CYGARC_PPCREG_LR
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:17
8: Error: unsupported relocation against CYGARC_PPCREG_CR
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
1: Error: unsupported relocation against CYGARC_PPCREG_LR
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9:
Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:18
9: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:20
0: Error: unsupported relocation against CYGARC_PPCREG_MSR
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:20
3: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:20
4: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:20
5: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:20
7: Error: unsupported relocation against CYGARC_PPCREG_REGS
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:21
8: Error: unsupported relocation against CYGARC_JMPBUF_CR
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:22
0: Error: unsupported relocation against CYGARC_JMPBUF_LR
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:22
1: Error: unsupported relocation against CYGARC_JMPBUF_R31
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:22
2: Error: unsupported relocation against CYGARC_JMPBUF_R30
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:22
3: Error: unsupported relocation against CYGARC_JMPBUF_R29
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:22
4: Error: unsupported relocation against CYGARC_JMPBUF_R28
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:22
5: Error: unsupported relocation against CYGARC_JMPBUF_R27
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:22
6: Error: unsupported relocation against CYGARC_JMPBUF_R26
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:22
7: Error: unsupported relocation against CYGARC_JMPBUF_R25
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:22
8: Error: unsupported relocation against CYGARC_JMPBUF_R24
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:22
9: Error: unsupported relocation against CYGARC_JMPBUF_R23
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:23
0: Error: unsupported relocation against CYGARC_JMPBUF_R22
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:23
1: Error: unsupported relocation against CYGARC_JMPBUF_R21
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:23
2: Error: unsupported relocation against CYGARC_JMPBUF_R20
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:23
3: Error: unsupported relocation against CYGARC_JMPBUF_R19
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:23
4: Error: unsupported relocation against CYGARC_JMPBUF_R18
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:23
5: Error: unsupported relocation against CYGARC_JMPBUF_R17
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:23
6: Error: unsupported relocation against CYGARC_JMPBUF_R16
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:23
7: Error: unsupported relocation against CYGARC_JMPBUF_R15
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:23
8: Error: unsupported relocation against CYGARC_JMPBUF_R14
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:23
9: Error: unsupported relocation against CYGARC_JMPBUF_R13
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:26
0: Error: unsupported relocation against CYGARC_JMPBUF_R2
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:26
1: Error: unsupported relocation against CYGARC_JMPBUF_SP
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:26
9: Error: unsupported relocation against CYGARC_JMPBUF_CR
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:27
1: Error: unsupported relocation against CYGARC_JMPBUF_LR
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:27
3: Error: unsupported relocation against CYGARC_JMPBUF_R31
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:27
4: Error: unsupported relocation against CYGARC_JMPBUF_R30
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:27
5: Error: unsupported relocation against CYGARC_JMPBUF_R29
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:27
6: Error: unsupported relocation against CYGARC_JMPBUF_R28
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:27
7: Error: unsupported relocation against CYGARC_JMPBUF_R27
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:27
8: Error: unsupported relocation against CYGARC_JMPBUF_R26
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:27
9: Error: unsupported relocation against CYGARC_JMPBUF_R25
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:28
0: Error: unsupported relocation against CYGARC_JMPBUF_R24
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:28
1: Error: unsupported relocation against CYGARC_JMPBUF_R23
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:28
2: Error: unsupported relocation against CYGARC_JMPBUF_R22
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:28
3: Error: unsupported relocation against CYGARC_JMPBUF_R21
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:28
4: Error: unsupported relocation against CYGARC_JMPBUF_R20
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:28
5: Error: unsupported relocation against CYGARC_JMPBUF_R19
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:28
6: Error: unsupported relocation against CYGARC_JMPBUF_R18
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:28
7: Error: unsupported relocation against CYGARC_JMPBUF_R17
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:28
8: Error: unsupported relocation against CYGARC_JMPBUF_R16
make[1]: Leaving directory
`/ecos-c/Cygwin/opt/ecos/ecos-2.0/eCos-Work/ec555_build/hal/powerpc/arch/v2_0'
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:28
9: Error: unsupported relocation against CYGARC_JMPBUF_R15
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:29
0: Error: unsupported relocation against CYGARC_JMPBUF_R14
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:29
1: Error: unsupported relocation against CYGARC_JMPBUF_R13
make: Leaving directory `/ecos-c/Cygwin/opt/ecos/ecos-2.0/eCos-Work/ec555_build'
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:31
2: Error: unsupported relocation against CYGARC_JMPBUF_R2
/ecos-c/Cygwin/opt/ecos/ecos-2.0/packages/hal/powerpc/arch/v2_0/src/context.S:31
3: Error: unsupported relocation against CYGARC_JMPBUF_SP

Does anyone have an idea how to solve this problem??

Thanks in advance!


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-09-09 17:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-13  8:23 [ECOS] Context.s problem Meulendijks, J.
  -- strict thread matches above, loose matches on Subject: below --
2006-09-08 17:21 [ECOS] Re: install ecos on debian 1.3.3.5 Andrew Lunn
2006-09-09 17:50 ` [ECOS] context.S problem Wendell Liu
2004-09-15 12:15 [ECOS] Context.s problem Meulendijks, J.
2004-09-15 12:37 ` Andrew Lunn
2004-09-14 14:33 Meulendijks, J.
2004-09-14 14:39 ` Gary Thomas
2004-09-14 15:15 ` Andrew Lunn
2004-09-13  6:54 Meulendijks, J.
2004-09-13  7:11 ` Andrew Lunn
2004-09-13  6:49 Meulendijks, J.
2004-09-13  6:51 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).