mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* recommendation for ARM cross-compiler for building for beaglebone black?
@ 2014-06-30 15:36 Robert P. J. Day
  2014-07-01  6:37 ` Robert Schwebel
  2014-07-01  6:59 ` Holger Schurig
  0 siblings, 2 replies; 3+ messages in thread
From: Robert P. J. Day @ 2014-06-30 15:36 UTC (permalink / raw)
  To: U-Boot Version 2 (barebox)


  been a while since i've build barebox for my BBB ... anyone here
doing that and can recommend a cross-compiler that's been working for
them? i know there are several out there, just curious what anyone
here is using for that particular board. thanks.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: recommendation for ARM cross-compiler for building for beaglebone black?
  2014-06-30 15:36 recommendation for ARM cross-compiler for building for beaglebone black? Robert P. J. Day
@ 2014-07-01  6:37 ` Robert Schwebel
  2014-07-01  6:59 ` Holger Schurig
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Schwebel @ 2014-07-01  6:37 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: U-Boot Version 2 (barebox)

On Mon, Jun 30, 2014 at 11:36:43AM -0400, Robert P. J. Day wrote:
>   been a while since i've build barebox for my BBB ... anyone here
> doing that and can recommend a cross-compiler that's been working for
> them? i know there are several out there, just curious what anyone
> here is using for that particular board. thanks.

We use OSELAS.Toolchain-2013.12.2 and its arm-v7a-linux-gnueabihf
crosscompiler.

rsc
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: recommendation for ARM cross-compiler for building for beaglebone black?
  2014-06-30 15:36 recommendation for ARM cross-compiler for building for beaglebone black? Robert P. J. Day
  2014-07-01  6:37 ` Robert Schwebel
@ 2014-07-01  6:59 ` Holger Schurig
  1 sibling, 0 replies; 3+ messages in thread
From: Holger Schurig @ 2014-07-01  6:59 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: U-Boot Version 2 (barebox)

I don't have a clue if that is the "best" toolchain, but I'm using this:

#############################################################################
##  Toolchain
#############################################################################
# http://www.linaro.org/downloads/#008

GCC_LINARO_FILE=gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz
GCC_LINARO_HTTP=http://releases.linaro.org/14.04/components/toolchain/binaries/
GCC_LINARO_DIR=gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux
CROSS_COMPILE=`pwd`/$(GCC_LINARO_DIR)/bin/arm-linux-gnueabihf-

.PHONY:: toolchain
toolchain all:: $(GCC_LINARO_DIR)/STAMP

downloads:: downloads/$(GCC_LINARO_FILE)
downloads/$(GCC_LINARO_FILE):
        @test `id -u` != 0 || { echo "\n---> Not as root, dude!
($@)\n"; exit 1; }
        mkdir -p downloads
        wget -q -c -P downloads $(GCC_LINARO_HTTP)/$(GCC_LINARO_FILE)

$(GCC_LINARO_DIR)/STAMP: downloads/$(GCC_LINARO_FILE)
        @test `id -u` != 0 || { echo "\n---> Not as root, dude!
($@)\n"; exit 1; }
        tar xaf $<
        touch $@

Works okay with barebox and Linux.

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-07-01  7:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-30 15:36 recommendation for ARM cross-compiler for building for beaglebone black? Robert P. J. Day
2014-07-01  6:37 ` Robert Schwebel
2014-07-01  6:59 ` Holger Schurig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox