pkg repository for ARM?
Johan Henselmans
johan at netsense.nl
Fri Aug 16 06:00:34 UTC 2013
On 15 aug. 2013, at 22:45, Johan Henselmans <johan at netsense.nl> wrote:
> I have used Tim Kienztle's Crochet script to create a 4 GB image for the BeagleBone.
>
> After a second reboot it worked, but it is slow (as Ian pointed out because the SD Card is nt using a dma driver).
>
> My problem at the moment is that I am trying to compile git to get some repositories to test, but I can not get there. Reason is that libgcrypt does not compile: error log is over here:
>
> http://pastebin.com/D3LTUv2P
OK, to summarize:
add
=========
CC=gcc42
USE_GCC=4.2
=========
to Makefile, compiling it with gcc.
What did not work was adding
=========
#CFLAGS+= -fheinous-gnu-extensions
=========
to Makefile (without the hash, but I included that for the sloppy reader that copies and pastes)
>
> Can anybody explain what I should do? Is this a clang/gcc problem, or is there something wrong with the assembler?
>
> On a related note: is there a pkg repository where one can just get compiled packages for ARM?
>
> Johan Henselmans
> johan at netsense.nl
>
>
>
> _______________________________________________
> freebsd-arm at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> To unsubscribe, send any mail to "freebsd-arm-unsubscribe at freebsd.org"
Johan Henselmans
johan at netsense.nl
More information about the freebsd-arm
mailing list