RE: Perl
From: Leonid <hidden>
Date: 2006-11-20 14:12:47
From: Leonid <hidden>
Date: 2006-11-20 14:12:47
On Monday, November 20, 2006 12:35 AM Wolfgang Denk wrote:
In message <406A31B117F2734987636D6CCC93EE3C0438F0@ehost011- 3.exch011.intermedia.net> you wrote:quoted
I've done this successfully with ELDK 4.0 and 3.1.1 on PPC440EP
Yosemite
quoted
board. Resulting perl binary is working with ELDK ppc_4xx filesystem (linux 2.6.13 has been used). =20 However it doesn't run on original Yosemite filesystem (I've copied
all
quoted
perl files there) - it doesn't find certain glibc symbols. With ELDK
4.0
What is your "original" filesystem? Any standard distro, or what?
[Leonid] The one, supplied by AMCC with Yosemite board - came from DENX originally I believe though I'm not sure.
quoted
tmp # /opt/bin/perl warnings.pl /opt/bin/perl: relocation error: /opt/bin/perl: symbol __floatsidf, version GLIBC_2.3.2 not defined in file libc.so.6 wie
Looks as if you used the ppc_4xx packages for this, which are for FPU-less 4xx processors. On the yosemite, you should use the ppc_4xxFP tools instead.
[Leonid] That must be it! I'll recompile, using ppc_4xxFP target. Thanks a lot, Leonid.