1/1

|
eCos 2.0 and gcc status
by jcastillo on Nov 9, 2004 |
jcastillo
Posts: 32 Joined: Jun 29, 2004 Last seen: Dec 21, 2021 |
||
|
Hello:
I am trying to build eCos 2.0 for OpenRisc. Since eCos needs a C++
compiler I tried to compile gcc-3.2.3 and gcc-3.4.2 with c++ support but I
only get errors.
Can eCos 2.0 be compiled for OpenRisc with gcc-3.4.2 or gcc-3.2.3, or it
only can be compiled with gcc-3.1?
Is the eCos 2.0 in the OpenCores CVS the latest version?
Best Regards
Javier Castillo
jcastillo@opencores.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.opencores.org/forums/openrisc/attachments/20041109/9c1c6879/attachment.htm
|
|||
|
eCos 2.0 and gcc status
by Unknown on Nov 9, 2004 |
Not available! | ||
|
* jcastillo (jcastillo@opensocdesign.com) wrote:
I am trying to build eCos 2.0 for OpenRisc. Since eCos needs a C++
compiler I tried to compile gcc-3.2.3 and gcc-3.4.2 with c++ support but I only get errors. Can eCos 2.0 be compiled for OpenRisc with gcc-3.4.2 or gcc-3.2.3, or it only can be compiled with gcc-3.1? actually i would advise againts using gcc-3.1 as it has known bugs. gcc-3.2.3 or even better 3.4.2 should be used. i'm not sure if ecos will compile cleanly with gcc-3.4.2 (i never tried, but it should be ok) but you certainly can use gcc-3.2.3 (i tried). besides the '--target' and '--prefix' configure switches you should enable: '--with-gnu-as --with-gnu-ld --enable-languages=c,c++' both gcc-3.2.3 and gcc-3.4.2 in opencores cvs compile cleanly with these options.
Is the eCos 2.0 in the OpenCores CVS the latest version?
i'm not sure, but it should be. in case you find some update is missing please remind me and i'll put it in. best regards, p. |
|||
|
eCos 2.0 and gcc status
by Unknown on Nov 9, 2004 |
Not available! | ||
|
Have a look at the guide here:
http://www.asisi.co.uk/or1kecos.html
-----Original Message-----
From: openrisc-bounces@opencores.org
[mailto:openrisc-bounces@opencores.org]On Behalf Of Matjaz Breskvar
Sent: 09 November 2004 18:59
To: List about OpenRISC project
Subject: Re: [openrisc] eCos 2.0 and gcc status
* jcastillo (jcastillo@opensocdesign.com) wrote:
> I am trying to build eCos 2.0 for OpenRisc. Since eCos needs a C++
> compiler I tried to compile gcc-3.2.3 and gcc-3.4.2 with c++ support but I
> only get errors.
> > Can eCos 2.0 be compiled for OpenRisc with gcc-3.4.2 or gcc-3.2.3, or it
> only can be compiled with gcc-3.1?
actually i would advise againts using gcc-3.1 as it has known bugs. gcc-3.2.3 or even better 3.4.2 should be used. i'm not sure if ecos will compile cleanly with gcc-3.4.2 (i never tried, but it should be ok) but you certainly can use gcc-3.2.3 (i tried). besides the '--target' and '--prefix' configure switches you should enable: '--with-gnu-as --with-gnu-ld --enable-languages=c,c++' both gcc-3.2.3 and gcc-3.4.2 in opencores cvs compile cleanly with these options.
> Is the eCos 2.0 in the OpenCores CVS the latest version?
i'm not sure, but it should be. in case you find some update
is missing please remind me and i'll put it in.
best regards,
p.
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
|
|||
|
eCos 2.0 and gcc status
by jcastillo on Nov 10, 2004 |
jcastillo
Posts: 32 Joined: Jun 29, 2004 Last seen: Dec 21, 2021 |
||
|
Hello:
Thank you, following your instructions I have a functional eCos
compilation.
Why doesn't somebody upload this instructions to OpenRisc100 project page
like the RTEMS or uclinux section?
Best Regards
Javier Castillo
-----Mensaje original-----
De: openrisc-bounces@opencores.org [mailto:openrisc-bounces@opencores.org]
En nombre de Robert Cragie
Enviado el: martes, 09 de noviembre de 2004 22:35
Para: List about OpenRISC project
Asunto: RE: [openrisc] eCos 2.0 and gcc status
Have a look at the guide here:
http://www.asisi.co.uk/or1kecos.html
-----Original Message-----
From: openrisc-bounces@opencores.org
[mailto:openrisc-bounces@opencores.org]On Behalf Of Matjaz Breskvar
Sent: 09 November 2004 18:59
To: List about OpenRISC project
Subject: Re: [openrisc] eCos 2.0 and gcc status
* jcastillo (jcastillo@opensocdesign.com) wrote:
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
> I am trying to build eCos 2.0 for OpenRisc. Since eCos needs a C++
> compiler I tried to compile gcc-3.2.3 and gcc-3.4.2 with c++ support but I
> only get errors.
> > Can eCos 2.0 be compiled for OpenRisc with gcc-3.4.2 or gcc-3.2.3, or it
> only can be compiled with gcc-3.1?
actually i would advise againts using gcc-3.1 as it has known bugs. gcc-3.2.3 or even better 3.4.2 should be used. i'm not sure if ecos will compile cleanly with gcc-3.4.2 (i never tried, but it should be ok) but you certainly can use gcc-3.2.3 (i tried). besides the '--target' and '--prefix' configure switches you should enable: '--with-gnu-as --with-gnu-ld --enable-languages=c,c++' both gcc-3.2.3 and gcc-3.4.2 in opencores cvs compile cleanly with these options.
> Is the eCos 2.0 in the OpenCores CVS the latest version?
i'm not sure, but it should be. in case you find some update
is missing please remind me and i'll put it in.
best regards,
p.
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
|
|||
|
eCos 2.0 and gcc status
by Unknown on Nov 10, 2004 |
Not available! | ||
|
Damjan,
I would rather it were on the Opencores website too - I can put a link to it
from my website. I am happy to maintain it on the Opencores website.
Regards,
Robert Cragie, Design Engineer
_______________________________________________________________
Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK
http://www.jennic.com Tel: +44 (0) 114 281 2655
_______________________________________________________________
-----Original Message-----
From: openrisc-bounces@opencores.org
[mailto:openrisc-bounces@opencores.org]On Behalf Of Damjan Lampret
Sent: 11 November 2004 02:20
To: List about OpenRISC project
Subject: Re: [openrisc] eCos 2.0 and gcc status
My preference would be to put the information on the
openrisc@opencores web
page. Robert is this OK with you? Do you prefer to have it on
your own site?
If it is on opencores and if it needs maintenance, would you maintain it
there.
A simple and quick alternative is to put a url link on the
openrisc@opencores web site to point to Robert's page.
regards,
Damjan
----- Original Message -----
From: "jcastillo" jcastillo@opensocdesign.com>
To: "'List about OpenRISC project'" openrisc@opencores.org>
Sent: Wednesday, November 10, 2004 12:53 PM
Subject: RE: [openrisc] eCos 2.0 and gcc status
> Hello:
> > Thank you, following your instructions I have a functional eCos > compilation. > > Why doesn't somebody upload this instructions to OpenRisc100 project page
> like the RTEMS or uclinux section?
>
> Best Regards
>
> Javier Castillo
>
>
> -----Mensaje original-----
> De: openrisc-bounces@opencores.org
[mailto:openrisc-bounces@opencores.org]
> En nombre de Robert Cragie
> Enviado el: martes, 09 de noviembre de 2004 22:35
> Para: List about OpenRISC project
> Asunto: RE: [openrisc] eCos 2.0 and gcc status
>
> Have a look at the guide here:
>
> http://www.asisi.co.uk/or1kecos.html
>
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
> -----Original Message-----
> From: openrisc-bounces@opencores.org
> [mailto:openrisc-bounces@opencores.org]On Behalf Of Matjaz Breskvar
> Sent: 09 November 2004 18:59
> To: List about OpenRISC project
> Subject: Re: [openrisc] eCos 2.0 and gcc status
>
>
> * jcastillo (jcastillo@opensocdesign.com) wrote:
> I am trying to build eCos 2.0 for OpenRisc. Since eCos needs a C++
> compiler I tried to compile gcc-3.2.3 and gcc-3.4.2 with c++ > support but I
> only get errors.
> > Can eCos 2.0 be compiled for OpenRisc with gcc-3.4.2 or > gcc-3.2.3, or it
> only can be compiled with gcc-3.1?
> > actually i would advise againts using gcc-3.1 as > it has known bugs. gcc-3.2.3 or even better 3.4.2 should be used. > > i'm not sure if ecos will compile cleanly with gcc-3.4.2 (i never > tried, but it should be ok) but you certainly can use gcc-3.2.3 (i > tried). > > besides the '--target' and '--prefix' configure switches you > should enable: > > '--with-gnu-as --with-gnu-ld --enable-languages=c,c++' > > both gcc-3.2.3 and gcc-3.4.2 in opencores cvs compile cleanly with these
> options.
>
> _______________________________________________
> http://www.opencores.org/mailman/listinfo/openrisc
>
>
> _______________________________________________
> http://www.opencores.org/mailman/listinfo/openrisc
>
>
> Is the eCos 2.0 in the OpenCores CVS the latest version?
>
> i'm not sure, but it should be. in case you find some update
> is missing please remind me and i'll put it in.
>
> best regards,
> p.
> _______________________________________________
> http://www.opencores.org/mailman/listinfo/openrisc
>
|
|||
|
eCos 2.0 and gcc status
by Unknown on Nov 11, 2004 |
Not available! | ||
|
My preference would be to put the information on the openrisc@opencores web
page. Robert is this OK with you? Do you prefer to have it on your own site?
If it is on opencores and if it needs maintenance, would you maintain it
there.
A simple and quick alternative is to put a url link on the
openrisc@opencores web site to point to Robert's page.
regards,
Damjan
----- Original Message -----
From: "jcastillo" jcastillo@opensocdesign.com>
To: "'List about OpenRISC project'" openrisc@opencores.org>
Sent: Wednesday, November 10, 2004 12:53 PM
Subject: RE: [openrisc] eCos 2.0 and gcc status
Hello:
Thank you, following your instructions I have a functional eCos
compilation.
Why doesn't somebody upload this instructions to OpenRisc100 project page
like the RTEMS or uclinux section?
Best Regards
Javier Castillo
-----Mensaje original-----
De: openrisc-bounces@opencores.org [mailto:openrisc-bounces@opencores.org]
En nombre de Robert Cragie
Enviado el: martes, 09 de noviembre de 2004 22:35
Para: List about OpenRISC project
Asunto: RE: [openrisc] eCos 2.0 and gcc status
Have a look at the guide here:
http://www.asisi.co.uk/or1kecos.html
-----Original Message-----
From: openrisc-bounces@opencores.org
[mailto:openrisc-bounces@opencores.org]On Behalf Of Matjaz Breskvar
Sent: 09 November 2004 18:59
To: List about OpenRISC project
Subject: Re: [openrisc] eCos 2.0 and gcc status
* jcastillo (jcastillo@opensocdesign.com) wrote:
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
> I am trying to build eCos 2.0 for OpenRisc. Since eCos needs a C++
> compiler I tried to compile gcc-3.2.3 and gcc-3.4.2 with c++ support but I
> only get errors.
> > Can eCos 2.0 be compiled for OpenRisc with gcc-3.4.2 or gcc-3.2.3, or it
> only can be compiled with gcc-3.1?
actually i would advise againts using gcc-3.1 as it has known bugs. gcc-3.2.3 or even better 3.4.2 should be used. i'm not sure if ecos will compile cleanly with gcc-3.4.2 (i never tried, but it should be ok) but you certainly can use gcc-3.2.3 (i tried). besides the '--target' and '--prefix' configure switches you should enable: '--with-gnu-as --with-gnu-ld --enable-languages=c,c++' both gcc-3.2.3 and gcc-3.4.2 in opencores cvs compile cleanly with these options.
> Is the eCos 2.0 in the OpenCores CVS the latest version?
i'm not sure, but it should be. in case you find some update
is missing please remind me and i'll put it in.
best regards,
p.
_______________________________________________
http://www.opencores.org/mailman/listinfo/openrisc
|
|||
1/1

