Hi,

On 08/02/2020 03:59, Pete Delaney -T (petdelan - RANDSTAD NORTH AMERICA INC at Cisco) wrote:

I've been trying to pass CROSS_COMPILE options and env variables at both the 
configure and make stages.
Would likely save some time if you tell me how you have been doing it or point 
our a web page or doc on
A suggest approach to building crash-utility on an X86 for running on an ARM. L
-piet

Have a look here[1] for cross compiling crash (compile on x86 to run on ARM) or just compile it for you ARM system natively (ARM on ARM).

The only issue I had on ARM for ARM was this:

@@ -241,7 +241,7 @@
          echo $$FILE >> gdb.files; done
        @if [ ! -f ${GDB}.tar.gz ] && [ -f /usr/bin/wget ]; then \
          wget http://ftp.gnu.org/gnu/gdb/${GDB}.tar.gz; fi
-       @tar --exclude-from gdb.files -xvzmf ${GDB}.tar.gz
+       @tar -xvzf ${GDB}.tar.gz
        @make --no-print-directory gdb_patch

[1] http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-kernel/crash/crash_7.2.7.bb?h=master

Regards,

Robert
--
Robert Berger
Embedded Software Evangelist

Reliable Embedded Systems
Consulting Training Engineering
Tel.: +43 (0) 699 17 69 07 19
Tel.: +30 (0) 697 26 66 66 8
Fax.: +30 210 68 47 88 1
email: robert.ber...@reliableembeddedsystems.com
URL: https://www.reliableembeddedsystems.com

subscribe to Linux trainings list:
https://www.reliableembeddedsystems.com/linux-list.html

subscribe to FreeRTOS trainings list:
https://www.reliableembeddedsystems.com/freertos-list.html

https://about.me/robert.berger
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--

--
Crash-utility mailing list
Crash-utility@redhat.com
https://www.redhat.com/mailman/listinfo/crash-utility

  • [Crash-ut... Pete Delaney -T (petdelan - RANDSTAD NORTH AMERICA INC at Cisco)
    • Re: ... Dave Anderson
      • ... Pete Delaney -T (petdelan - RANDSTAD NORTH AMERICA INC at Cisco)
        • ... Robert Berger
        • ... Dave Anderson
    • Re: ... Robert Berger

Reply via email to