Ratheendran R | 9 Mar 2011 09:32
Picon

ELDK tool chain for ARMV5

Dear All,

I am presently using ELDK4.2 tool-chain for arm for our development.

can we use the same for ARMV5 based processor.

Thanks in Advance,

Ratheendran
_______________________________________________
eldk mailing list
eldk@...
http://lists.denx.de/mailman/listinfo/eldk
Detlev Zundel | 9 Mar 2011 14:15
Picon
Picon
Picon
Favicon

Re: ELDK tool chain for ARMV5

Hi Ratheendran,

> I am presently using ELDK4.2 tool-chain for arm for our development.

Excellent!

> can we use the same for ARMV5 based processor.

Which processor exactly do you mean?  But generally you can use it.  We
ourselves use it e.g. for OMAP-L138, AT91RM9200, Marvell Kirkwood,
etc. CPUs.

Best wishes
  Detlev

--

-- 
Wenn ein Kopf und ein Buch zusammenstossen und es klingt hohl; ist
denn das allemal im Buche?
                               - Lichtenberg
--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu@...
TIM Huang | 18 Mar 2011 07:03
Picon

.gvfs

Hi All,
   what is .gvfs which is under /Home/tim?
when I install ELDK, it always told errors: failed to stat /home/tim/.gvfs.
_______________________________________________
eldk mailing list
eldk@...
http://lists.denx.de/mailman/listinfo/eldk
Anatolij Gustschin | 18 Mar 2011 07:28
Picon
Picon
Favicon

Re: .gvfs

Hi,

On Fri, 18 Mar 2011 14:03:14 +0800
TIM Huang <tim.huang001@...> wrote:

> Hi All,
>    what is .gvfs which is under /Home/tim?
> when I install ELDK, it always told errors: failed to stat /home/tim/.gvfs.

Please read the FAQ [1].

Best regards,
Anatolij

[1] http://www.denx.de/wiki/view/DULG/ELDKGvfsPermissionDenied
Dol Guldur | 24 Mar 2011 10:31
Picon
Favicon

Error in c++ libraries ?


 Hello

I recently tried to build a XML-parser for an embedded linux (on ppc440) target using the ELDK g++ cross
compiler (version 4.2.2).

This is an extract of what we get during the building process :

/home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:46: error: expected
constructor, destructor, or type conversion before '(' token
/home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:55: error: expected
type-specifier before 'allocator'
/home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:55: error: expected '>'
before 'allocator'
/home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:60: error: template
argument 3 is invalid
/home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:60: error: invalid type in
declaration before ';' token
/home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:68: error:
'_GLIBCXX_END_NAMESPACE' does not name a type
In file included from /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/cstring:51,
                 from /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/char_traits.h:45,
                 from /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/string:47,
                 from /home/pi21/Téléchargements/xsde-3.2.0-i686-linux-gnu/libxsde/xsde/cxx/ro-string.hxx:14,
[...]

/home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/cstddef:58: error:
'_GLIBCXX_END_NAMESPACE' does not name a type
In file included from /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/char_traits.h:45,
                 from /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/string:47,
(Continue reading)

Detlev Zundel | 24 Mar 2011 14:33
Picon
Picon
Picon
Favicon

Re: Error in c++ libraries ?

Hi Thibault,

>  Hello
>
> I recently tried to build a XML-parser for an embedded linux (on ppc440) target using the ELDK g++ cross
compiler (version 4.2.2).
>
> This is an extract of what we get during the building process :
>
> /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:46: error: expected
constructor, destructor, or type conversion before '(' token
> /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:55: error: expected
type-specifier before 'allocator'
> /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:55: error: expected '>'
before 'allocator'
> /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:60: error: template
argument 3 is invalid
> /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:60: error: invalid type
in declaration before ';' token
> /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h:68: error:
'_GLIBCXX_END_NAMESPACE' does not name a type
> In file included from /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/cstring:51,
>                  from /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/char_traits.h:45,
>                  from /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/string:47,
>                  from /home/pi21/Téléchargements/xsde-3.2.0-i686-linux-gnu/libxsde/xsde/cxx/ro-string.hxx:14,
> [...]
>
> /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/cstddef:58: error:
'_GLIBCXX_END_NAMESPACE' does not name a type
> In file included from /home/pi21/eldklinux/ppc_4xx/usr/include/c++/4.2.2/bits/char_traits.h:45,
(Continue reading)

Sergey Nikulov | 25 Mar 2011 01:44
Picon
Gravatar

Re: Error in c++ libraries ?

2011/3/24 Dol Guldur <dolguldur49@...>:
>
>  Hello
>
> I recently tried to build a XML-parser for an embedded linux (on ppc440) target using the ELDK g++ cross
compiler (version 4.2.2).
>
> I never even opened any c++ library file before getting this error.
>
> But if I analyse the  /opt/eldk/ppc_4xx/usr/include/c++/4.2.2/bits/stringfwd.h file , I see a
#include <bits/c++config.h> whereas there is no c++config.h at all, I don't really understand ...
>
> It would be grateful if anybody could give me an advice to define the exact nature of the problem.
>
>
> Thanks you
>
> Regards
>
> Thibault
>

Hello Thibault,

Could you be more specific which XML parser you trying to build?

--

-- 
Best Regards,
Sergey Nikulov
(Continue reading)

Dol Guldur | 25 Mar 2011 10:05
Picon
Favicon

Re: Error in c++ libraries ?


Hi,

> Hello Thibault,
> 
> Could you be more specific which XML parser you trying to build?
> 
> -- 
> Best Regards,
> Sergey Nikulov

I'm trying to build xsde: http://www.codesynthesis.com/products/xsde/

>Maybe you should check your ELDK installation as I see this here:

pi <at> pi:/opt/eldk/ppc_4xx$ pwd
/opt/eldk/ppc_4xx
pi <at> pi:/opt/eldk/ppc_4xx$ find . -name c++config.h 2>/dev/null

./usr/include/c++/4.2.2/powerpc-linux/bits/c++config.h

I got this include indeed ...

Did anybody get into troubles compiling xsde with eldk ?
 		 	   		  
_______________________________________________
eldk mailing list
eldk@...
http://lists.denx.de/mailman/listinfo/eldk
(Continue reading)

Sergey Nikulov | 25 Mar 2011 10:35
Picon
Gravatar

Re: Error in c++ libraries ?

2011/3/25 Dol Guldur <dolguldur49@...>:
> Hi,
>
>> Hello Thibault,
>>
>> Could you be more specific which XML parser you trying to build?
>>
>> --
>> Best Regards,
>> Sergey Nikulov
>
> I'm trying to build xsde: http://www.codesynthesis.com/products/xsde/
>
>>Maybe you should check your ELDK installation as I see this here:
>
> pi <at> pi:/opt/eldk/ppc_4xx$ pwd
> /opt/eldk/ppc_4xx
>
> pi <at> pi:/opt/eldk/ppc_4xx$ find . -name c++config.h 2>/dev/null
>
> ./usr/include/c++/4.2.2/powerpc-linux/bits/c++config.h
>
> I got this include indeed ...
>
> Did anybody get into troubles compiling xsde with eldk ?
>

Well, as I can see you've already contacted XSD/e support.
Let's wait what developers says about your issue.

(Continue reading)

Stefano Babic | 25 Mar 2011 14:58
Picon
Picon
Favicon

Re: Error in c++ libraries ?

On 03/25/2011 10:05 AM, Dol Guldur wrote:

> I'm trying to build xsde: http://www.codesynthesis.com/products/xsde/
> 
>> Maybe you should check your ELDK installation as I see this here:
> 
> pi <at> pi:/opt/eldk/ppc_4xx$ pwd
> /opt/eldk/ppc_4xx
> pi <at> pi:/opt/eldk/ppc_4xx$ find . -name c++config.h 2>/dev/null
> 
> ./usr/include/c++/4.2.2/powerpc-linux/bits/c++config.h
> 
> I got this include indeed ...
> 
> Did anybody get into troubles compiling xsde with eldk ?

It seems to me there is something you try to compile with native tools
instead of with the 4xx toolchain, and probably the problem is not
strictly related to the header files you showed.

Best regards,
Stefano Babic

--

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office@...
=====================================================================
(Continue reading)


Gmane