Re: Util-linux 2.33.2 cross-compile for arm64

2019-06-13 Thread deloptes
Mihamed Hammouda wrote: > I'm trying to cross-compile util-linux 2.33.2 for an arm64 device, make > command work fine but install no, this is the error: > libtool:   error: error: relink 'libblkid.la' with the above command > before installing it > Makefile:58

Util-linux 2.33.2 cross-compile for arm64

2019-06-13 Thread Mihamed Hammouda
Hi, I'm trying to cross-compile util-linux 2.33.2 for an arm64 device, make command work fine but install no, this is the error: libtool: error: error: relink 'libblkid.la' with the above command before installing it Makefile:5836: recipe for target 'install-usrlib_execLTLI

How to cross-compile a software from source on amd64 Debian system to all different architectures Debian supports without getting the libglib2.0-dev conflict in multiarch?

2015-08-10 Thread nurupo
Hi, My friend and I want to cross-compile a software from source code (not a Debian package) to pretty much all of the supported Debian architectures on a single machine. We installed Debian Jessie amd64 on the build machine and were able to build amd64 binaries with no surprises. The next task

Re: Cross Compile X86_64 host arm_32 target

2013-02-24 Thread Nate Bargmann
* On 2013 24 Feb 17:59 -0600, Thomas D. Dean wrote: > On Host, it apprars to pick up the correct libs. library mismatch? > > How do I fix this? Sorry, I can't help with your specific problem, but when it comes to the GNU tools you'll need to reconsider your use of "host" and "target". What you'

Cross Compile X86_64 host arm_32 target

2013-02-24 Thread Thomas D. Dean
Host> uname -a Linux P9X79 3.2.0-38-generic #60-Ubuntu SMP Wed Feb 13 13:22:43 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux Target> uname -a Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l GNU/Linux I installed Host> sudo apt-get install gcc-4.6-arm-linux-gnueabi Host>

Cross-compile from Sid (32 bit) to Darwin (Mac OS/X)?

2011-07-04 Thread Nate Bargmann
asing down various leads this evening with an intent on a Virtual Box Darwin image, but that came to a dead end. So right now I'm staring at figuring out how to cross-compile from Debian to Darwin, assuming that is possible. And, no, I'm not going to run out and buy a Mac to do this. ;-

Re: How to create boost libraries for cross compile?

2007-05-04 Thread Cédric Lucantis
Le vendredi 4 mai 2007 09:27, Joost Kraaijeveld a écrit : > Hi, > > Can anyone tell me how to create the Boost libraries so that I can use > them using the mingw32 cross compiler? Can that be done using the cross > compiler itself or should I just compile Boost on a Windows machine and > copy the f

How to create boost libraries for cross compile?

2007-05-04 Thread Joost Kraaijeveld
Hi, Can anyone tell me how to create the Boost libraries so that I can use them using the mingw32 cross compiler? Can that be done using the cross compiler itself or should I just compile Boost on a Windows machine and copy the files? TIA -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstra

Re: How to cross compile Debian -> Windows ???

2007-05-03 Thread Lennart Sorensen
On Thu, May 03, 2007 at 07:57:41PM +0200, Joost Kraaijeveld wrote: > 1 program, multiple platforms? Well some things (like ghostscript) have different makefiles for different OSs, but shared code. Some use configure to try to detect a billion parameters and work everything out based on that. Eit

Re: How to cross compile Debian -> Windows ???

2007-05-03 Thread Lennart Sorensen
On Thu, May 03, 2007 at 06:32:54PM +0200, Joost Kraaijeveld wrote: > Do you have a better (==simpler) sollution? Depends what you are actually trying to do. -- Len Sorensen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to cross compile Debian -> Windows ???

2007-05-03 Thread Joost Kraaijeveld
On Thu, 2007-05-03 at 13:54 -0400, Lennart Sorensen wrote: > On Thu, May 03, 2007 at 06:32:54PM +0200, Joost Kraaijeveld wrote: > > Do you have a better (==simpler) sollution? > > Depends what you are actually trying to do. 1 program, multiple platforms? -- Groeten, Joost Kraaijeveld Askesis B.

Re: How to cross compile Debian -> Windows ???

2007-05-03 Thread Joost Kraaijeveld
On Thu, 2007-05-03 at 18:02 +0200, Lennart Sorensen wrote: > Why are you using configure? autoconf may be useful at times but it > isn't a magical cure to all porting issues. Do you have a better (==simpler) sollution? -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmege

Re: How to cross compile Debian -> Windows ???

2007-05-03 Thread Lennart Sorensen
On Thu, May 03, 2007 at 09:07:44AM +0200, Joost Kraaijeveld wrote: > I have written a small "Hello world" program that I want to cross > compile from Debian to Windows using the Mingw32 package. I can run > "configure" both on Debian and on Windows without problem

Re: How to cross compile Debian -> Windows ???

2007-05-03 Thread Joost Kraaijeveld
Hi, Thanks, this works: > ./configure --host=i586-mingw32msvc -- Groeten, Joost Kraaijeveld Askesis B.V. Molukkenstraat 14 6524NB Nijmegen tel: 024-3888063 / 06-51855277 fax: 024-3608416 web: www.askesis.nl -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troub

Re: How to cross compile Debian -> Windows ???

2007-05-03 Thread Cédric Lucantis
Le jeudi 3 mai 2007 09:07, Joost Kraaijeveld a écrit : > Hi, > > I have written a small "Hello world" program that I want to cross > compile from Debian to Windows using the Mingw32 package. I can run > "configure" both on Debian and on Windows without problem.

How to cross compile Debian -> Windows ???

2007-05-03 Thread Joost Kraaijeveld
Hi, I have written a small "Hello world" program that I want to cross compile from Debian to Windows using the Mingw32 package. I can run "configure" both on Debian and on Windows without problem. Can anyone give me the correct syntax for calling configure so that I can co

cross compile

2001-02-19 Thread Sebastiaan
Hi, I need to compile a kernel for my Amiga(s) (m68k based) on my i386. I know it is possible and that you have to set up gcc as a cross compiler, but how do I do that stuff, and, how can I make menuconfig 'think' it is operating on an Amiga (or m68k platform)? Thanks in advance, Sebastiaan

cross compile

1999-12-23 Thread Oki DZ
Hi, I'd like to have pine on my SunClassic; but since the machine doesn't have space that much (and since I have gcc on my Intel machine), I don't think that it is wise to download gcc and all the dev. libs on it. Would make-cross package sufficient for this? Or should I donwload cross-dev*.deb or

how? m68k cross compile

1998-12-09 Thread Ossama Othman
Hi, I am trying to get the m68k cross compiler package to work. However, I have never cross-compiled anything before. I installed the gcc-m68k-linux and binutils-m68k packages. Do I need anthing else? I tried compiling a simple C++ program but the cross-compiler doesn't know where any of the h

Re: Cross-compile to Windows NT

1998-07-20 Thread Alexander
-0700 (PDT) > From: "Stephen A. Witt" <[EMAIL PROTECTED]> > To: Michael Laing <[EMAIL PROTECTED]> > Cc: debian-user@lists.debian.org > Subject: Re: Cross-compile to Windows NT > Resent-Date: 17 Jul 1998 18:15:15 - > Resent-From: debian-user@lists.debian.org &g

Re: Cross-compile to Windows NT

1998-07-18 Thread Michael Laing
Benoit Goudreault-Emond wrote: > > I'll assume the thing was written in C. It is. > > Well. Don't expect it to work out of the box. But if it uses only > the standard library, you may have luck with the mingw32 stuff at: > > http://www.d.shuttle.de/isil/cpd/mingw32-cpd.html > This looks li

Re: Cross-compile to Windows NT

1998-07-18 Thread Benoit Goudreault-Emond
I'll assume the thing was written in C. Well. Don't expect it to work out of the box. But if it uses only the standard library, you may have luck with the mingw32 stuff at: http://www.d.shuttle.de/isil/cpd/mingw32-cpd.html I haven't tried it myself, as I usually compile from Win95. BUT I've

Re: Cross-compile to Windows NT

1998-07-17 Thread Vassilii Khachaturov
You might be interested in the Cygnus GNU/win32 project. It's possible both setting up a cross linux->NT and building gcc+binutils for native NT operation. Check out http://www.cygnus.com/misc/gnu-win32/ -- GNUwin32 project home http://www.lexa.ru/sos/ -- Sergei Okhapkin's home pag

Re: Cross-compile to Windows NT

1998-07-17 Thread Stephen A. Witt
On Fri, 17 Jul 1998, Michael Laing wrote: > I have a large utility program that I need to run under NT - is there a > cross-compiler for this purpose? > > Thanks, > Michael > > Yeah, 'gcc' (assuming it is written in C). Cross-compiling really means compiling a set of source files into an exe

Cross-compile to Windows NT

1998-07-17 Thread Michael Laing
I have a large utility program that I need to run under NT - is there a cross-compiler for this purpose? Thanks, Michael -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null