Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Cross compiling 5.8.2 for an arm Xscale

Reply
Thread Tools

Cross compiling 5.8.2 for an arm Xscale

 
 
Zach
Guest
Posts: n/a
 
      12-19-2003
I am trying to compile perl 5.8.2 for my Arcom Viper single board
computer. It runs an arm xscale processor. I am using their tool chain
which seems to work quite well. However, when I try to compile perl as
per the instructions in the /Cross directory, I end up failing with this
error:

---------------------------------------------------
You may see some irrelevant test failures if you have been unable
to build lib/Config.pm or lib/lib.pm.

cd t && (rm -f perl; /bin/ln -s ../miniperl perl) \
&& LD_LIBRARY_PATH=/home/xaq/carbon/src/perl-5.8.2 ./perl TEST
base/*.t comp/*.t cmd/*.t run/*.t io/*.t op/*.t uni/*.t </dev/tty
/bin/sh: ./perl: cannot execute binary file
make[4]: [minitest] Error 126 (ignored)
make[4]: Leaving directory `/home/xaq/carbon/src/perl-5.8.2'
mv miniperl miniperl-arm
ln -s /usr/bin/perl miniperl
/usr/bin/perl -Ifake_config_library -MConfig installperl -s
Can't load 'lib/auto/File/Glob/Glob.so' for module File::Glob:
lib/auto/File/Glob/Glob.so: ELF file OS ABI invalid at lib/XSLoader.pm
line 68.
at lib/File/Glob.pm line 96
Compilation failed in require at installperl line 131.
BEGIN failed--compilation aborted at installperl line 131.
make[3]: *** [install.perl] Error 255
make[3]: Leaving directory `/home/xaq/carbon/src/perl-5.8.2'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/home/xaq/carbon/src/perl-5.8.2'
make[1]: *** [install-strip] Error 2
make[1]: Leaving directory `/home/xaq/carbon/src/perl-5.8.2'
make: *** [perl] Error 2
[root@dw Cross]#
---------------------------------------------

Any thoughts?

Zach

my email address is contact att buildcoolstuff dott com
....Please no spam

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Cross Compiling Python for ARM Thomas Jollans Python 3 09-19-2010 11:26 AM
Cross-compiling error when compiling 2.6.1... Garrett Cooper Python 0 02-24-2009 08:55 PM
Cross-compiling Ruby for ARM? gregarican Ruby 0 11-07-2005 07:02 PM
Python for PocketPC (Dell Axim - XScale processor) Chris Python 2 04-14-2004 10:35 PM
Getting the KVM running on ARM Linux on an ARM processor based device Steve Jasper Java 0 11-20-2003 06:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57