public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* Using crosstool-ng on OpenBSD
@ 2012-01-23  7:52 Renaud Allard
  2012-01-23 17:39 ` Yann E. MORIN
  0 siblings, 1 reply; 8+ messages in thread
From: Renaud Allard @ 2012-01-23  7:52 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

Hello,

While it may seem strange to some, I am trying to compile a toolchain on 
an OpenBSD (5.0 amd64) machine.

I have installed all GNU alternatives to common programs:
cat /usr/local/lib/ct-ng-1.13.2/paths.mk 

export install=/usr/bin/install
export bash=/usr/local/bin/bash
export grep=/usr/local/bin/ggrep
export make=/usr/local/bin/gmake
export sed=/usr/local/bin/gsed
export libtool=/usr/local/bin/libtool
export libtoolize=/usr/local/bin/libtoolize
export objcopy=/usr/bin/objcopy
export objdump=/usr/bin/objdump
export readelf=/usr/bin/readelf
export patch=/usr/bin/patch

However ct-ng build fails on me because it is not able to uncompress the 
archives.
[DEBUG]    ==> Executing: 'mkdir' '-p' 'linux-3.0.4'
[DEBUG]    ==> Executing: 'tar' '--strip-components=1' '-C' 
'linux-3.0.4' '-xv' '-f' '-'
[FILE ]    tar: unknown option -- -

But the is no way (except linking tar to gtar in the system, which is 
probably not a good idea) to use gtar instead of tar.
It would probably be interesting to add the option to use gtar in the 
configure process.

Best Regards


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4510 bytes --]

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

end of thread, other threads:[~2012-02-01 21:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-23  7:52 Using crosstool-ng on OpenBSD Renaud Allard
2012-01-23 17:39 ` Yann E. MORIN
2012-01-23 17:50   ` Renaud Allard
2012-01-23 18:25     ` Yann E. MORIN
2012-01-23 18:30       ` Renaud Allard
2012-01-23 22:14         ` Yann E. MORIN
2012-02-01 21:15         ` Yann E. MORIN
2012-02-01 21:44           ` Renaud Allard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).