Help cross-compiling to arm-linux

Anonymous
2012-08-03
3 days ago

  • Anonymous
    2012-08-03

    Hello,

    I have an XScale arm board. Specifically this:
    http://www.eurotech-inc.com/single-board-computer-pxa270-pc104-titan.asp

    I am trying to run webmin on it.
    The system has a very skim busybox environment. Perl is only perl-base v 5.8.2.

    ./setup.sh yields this:
    Starting Webmin server in /home/webmin-1.590
    /usr/bin/perl: relocation error: /usr/lib/perl/5.8.2/auto/Time/HiRes/HiRes.so: undefined symbol: Perl_Istack_sp_ptr
    ERROR: Failed to start web server!

    I understand that the system probably lacks a lot of required things. However I could not find what are the thigns that are required to run successfully.

    Please direct me to the things I need on the target first.

    THank you.