Re: my work on cross-build for mips, arm, etc - your help, please!

2012-11-14 Thread Adrian Chadd
Hiya,

Would you mind re-ubmitting the diff but using diff -u instead?

It's hard to read a non-context diff these days!

Thanks,



ADrian


On 13 November 2012 04:30, Michael Vale mas...@internode.on.net wrote:
 I was just going to continuing hacking away at this but adri was really keen 
 that i post this stuff..

 So far with what i’ve got I can cross-build just about anything, but it’s not 
 automated, there is issues with finding and building dependencies.

 i’m using XDEV as the cross compiler

 a command line such as

 env TARGET=mips TARGET_ARCH=mips make _TARGET_CROSS_DEFS= –C 
 /usr/ports/net/asterisk10 all

 should get the ball rolling
 ___
 freebsd-hack...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
 To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: my work on cross-build for mips, arm, etc - your help, please!

2012-11-14 Thread Adrian Chadd
Hi,

Ok, I've stared at it. :)

You've hard-coded the autotools/libtool directory. Why'd you do that?




adrian
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


my work on cross-build for mips, arm, etc - your help, please!

2012-11-13 Thread Michael Vale
I was just going to continuing hacking away at this but adri was really keen 
that i post this stuff..

So far with what i’ve got I can cross-build just about anything, but it’s not 
automated, there is issues with finding and building dependencies.

i’m using XDEV as the cross compiler

a command line such as 

env TARGET=mips TARGET_ARCH=mips make _TARGET_CROSS_DEFS= –C 
/usr/ports/net/asterisk10 all

should get the ball rolling

bsd.cross.mk
Description: Binary data


bsd.port.mk.diff
Description: Binary data
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: my work on cross-build for mips, arm, etc - your help, please!

2012-11-13 Thread Michael Vale
P.S. some of the ${DESTDIR} things i added can be removed!!!

From: Michael Vale 
Sent: Tuesday, November 13, 2012 11:30 PM
To: freebsd-embed...@freebsd.org ; freebsd-ports@freebsd.org ; 
freebsd-hack...@freebsd.org 
Subject: my work on cross-build for mips, arm, etc - your help, please!

I was just going to continuing hacking away at this but adri was really keen 
that i post this stuff..

So far with what i’ve got I can cross-build just about anything, but it’s not 
automated, there is issues with finding and building dependencies.

i’m using XDEV as the cross compiler

a command line such as 

env TARGET=mips TARGET_ARCH=mips make _TARGET_CROSS_DEFS= –C 
/usr/ports/net/asterisk10 all

should get the ball rolling
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

Re: my work on cross-build for mips, arm, etc - your help, please!

2012-11-13 Thread Michael Vale

you might find some more success with this:

make _TARGET_CROSS_DEFS= LOCALBASE=/usr/obj/mips.mips/rootfs 
CONFIGURE_HOST=mips-freebsd LIBTOOL=/usr/local/bin/libtool all


sorry about all the mess!  i'm sure most of you out there will be able to 
decifer it!


-Original Message- 
From: Michael Vale

Sent: Tuesday, November 13, 2012 11:31 PM
To: freebsd-embed...@freebsd.org ; freebsd-ports@freebsd.org ; 
freebsd-hack...@freebsd.org

Subject: Re: my work on cross-build for mips, arm, etc - your help, please!

P.S. some of the ${DESTDIR} things i added can be removed!!!

From: Michael Vale
Sent: Tuesday, November 13, 2012 11:30 PM
To: freebsd-embed...@freebsd.org ; freebsd-ports@freebsd.org ; 
freebsd-hack...@freebsd.org

Subject: my work on cross-build for mips, arm, etc - your help, please!

I was just going to continuing hacking away at this but adri was really keen 
that i post this stuff..


So far with what i’ve got I can cross-build just about anything, but it’s 
not automated, there is issues with finding and building dependencies.


i’m using XDEV as the cross compiler

a command line such as

env TARGET=mips TARGET_ARCH=mips make _TARGET_CROSS_DEFS= –C 
/usr/ports/net/asterisk10 all


should get the ball rolling
___
freebsd-hack...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to freebsd-hackers-unsubscr...@freebsd.org 


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org