Re: Using the cross built toolchain

2007-12-10 Thread Praveen A
2007/12/10, Thomas Schwinge <[EMAIL PROTECTED]>: > Hello! > > Thank you, I'll get back to you as soon as I need help. (I have nearly > no idea about how to write rules for building .dpkg packages.) > Just take one existing rules file and play around, it is just an executable make file #!/usr/bi

Re: Using the cross built toolchain

2007-12-10 Thread Thomas Schwinge
Hello! On Thu, Dec 06, 2007 at 12:20:34PM +0530, Shakthi Kannan wrote: > - On Dec 5, 2007 4:57 AM, Thomas Schwinge <[EMAIL PROTECTED]> wrote: > | Is explicitly setting `LDFLAGS' really needed? > \-- > > Or we can add -L/usr/local/hurd/sys_root/lib to LD_LIB_PATH? Without > setting it, it fail

Re: Using the cross built toolchain

2007-12-10 Thread Thomas Schwinge
Hello! On Tue, Dec 04, 2007 at 06:29:00PM -0700, Michael Heath wrote: > On Dec 4, 2007 4:27 PM, Thomas Schwinge <[EMAIL PROTECTED]> wrote: > > Or even as `dpkg' (for GNU/Linux) packages, if someone > > teaches me the needed Debian magic. > > > > > I'd be willing to maintain the Debian/dpkg package

Re: Using the cross built toolchain

2007-12-05 Thread Shakthi Kannan
Hi, - On Dec 5, 2007 4:57 AM, Thomas Schwinge <[EMAIL PROTECTED]> wrote: | Is explicitly setting `LDFLAGS' really needed? \-- Or we can add -L/usr/local/hurd/sys_root/lib to LD_LIB_PATH? Without setting it, it fails at "cannot find /lib/libc.so.0.3". - | Also, setting `CC' | shouldn't be

Re: Using the cross built toolchain

2007-12-04 Thread Michael Heath
On Dec 4, 2007 4:27 PM, Thomas Schwinge <[EMAIL PROTECTED]> wrote: > Or even as `dpkg' (for GNU/Linux) packages, if someone > teaches me the needed Debian magic. > > I'd be willing to maintain the Debian/dpkg packages if you'd rather not bother with it. Michael Heath _

Re: Using the cross built toolchain

2007-12-04 Thread Thomas Schwinge
Hello! On Mon, Nov 26, 2007 at 11:15:24PM +0530, Shakthi Kannan wrote: > 1. I have copied the built toolchain to /usr/local/hurd (without the > src/ directory), and have been able to build simple hello world file > with the toolchain using a standalone Makefile. Ah, we can simply copy the whole t

Using the cross built toolchain

2007-11-26 Thread Shakthi Kannan
Hi, 1. I have copied the built toolchain to /usr/local/hurd (without the src/ directory), and have been able to build simple hello world file with the toolchain using a standalone Makefile. The Makefile is available here: http://shakthimaan.com/downloads/hurd/toolchain/Makefile Kindly upload the