↓
 

Adventures With Linux ™

Linux Technologies and Fun Times..

  • Home
  • About the Author…
  • Copyright and Trademarks..

Tag Archives: cross-compiler

ARM / x86_64 – A More Recent Cross-Compiler..

Adventures With Linux ™ Posted on March 10, 2015 by RGMarch 10, 2015

I had been using the armv7hl-mandriva-linux-gnueabi- cross-compiler, but that gcc version is a bit out-of-date now (version 4.6.1). I found a more recent version, for Fedora, here:  http://rpmfind.net//linux/RPM/fedora/updates/testing/21/x86_64/g/gcc-arm-linux-gnu-4.9.2-3.fc21.x86_64.html Using yum, this will also install binutils-arm-linux-gnu-2.25-3.fc21.x86_64 and cross-gcc-common-4.9.2-3.fc21.noarch and cross-binutils-common-2.25-3.fc21.noarch, to prvide the rest of the cross-compile environment. It should be noted that this is only suitable for … Continue reading →

Posted in compilation, Fedora, kernel, Linux, Linux / ARM | Tagged arm, cross-compiler, gcc, gcc 4.9.2, gnueabi, linux, success, x86_64 | Leave a reply

Compiling the Pi Kernel.. My Way..

Adventures With Linux ™ Posted on March 12, 2012 by RGMarch 12, 2012

This is how I compile ARM kernels.  There are other ways of doing this, but this works, for me.. First – I should mention – Read the Wicki!    This is at http://elinux.org/R-Pi_Hub After getting the ‘forked’ kernel I then had to obtain a suitable config file, which included the necessary extra items for the Pi Broadcom chipset..   … Continue reading →

Posted in Hacks, kernel, Linux / ARM, Raspberry Pi | Tagged compile, cross-compiler, fedora, kernel, linux, raspberry pi | Leave a reply
Original content © Robert Gadsdon 2013
↑