Cross compiling gtk3 programs

2020-10-07 Thread Flo
Hi all, Is there a 'beaten' path for cross compiling C-programs using GTK3 for Windows? I found several tutorials which are not working anymore. And everything I tried lead to a dead end. Does anyone know about this issue? And can give me a hint how to proceed? Yes, I have installed

Re: cross compiling for arm

2018-12-15 Thread tomas
On Sun, Dec 16, 2018 at 01:52:47AM +, billium wrote: [...] > I am having problems with cross compiling a small program for > the BeagleBone (single board Arm Cortex A processor) on an amd64 > PC.  I can compile the program on the BeagleBone, but would like >

cross compiling for arm

2018-12-15 Thread billium
I am having problems with cross compiling a small program for the BeagleBone (single board Arm Cortex A processor) on an amd64 PC.  I can compile the program on the BeagleBone, but would like to use QTcreator on the Debian Buster desktop PC. With the

Cross-compiling for Windows with Jessie

2015-04-30 Thread John J. Boyer
I see a lot of packages for mingw, but I'm not sure which ones to install. I prefer 64-bit. Thanks, John -- John J. Boyer; President, AbilitiesSoft, Inc. http://www.abilitiessoft.org Madison, Wisconsin USA We develop software for people with disabilities which is abailable at no cost. -- T

cross compiling

2004-07-22 Thread Tom Vier
is there an easy way to build a cross compiler? i'm using testing/. i saw there's a toolchain-source and a binutils-multiarch package. now that i have them installed, what do i do? i want to build an x86 -> ppc toolchain (and sparc, in the future). tia! -- Tom Vier <[EMAIL PROTECTED]> DSA Key ID

make-kpkg, cross compiling for powerpc?

2004-06-24 Thread ms419
How do I invoke "make-kpkg" to cross compile a kernel for powerpc? I've built and installed "gcc-3.3-powerpc-linux". I tried "make-kpkg --revision 200406241 --rootcmd fakeroot --arch powerpc kernel_image", without success. Apparently the "Specified GNU system type powerpc-linux does not match gc

Problem cross-compiling windows apps from debian, can't link to wxwindows libraries

2003-12-16 Thread Bernardo Arlandis Mañó
Hi. I'm trying to build wxwindows apps for windows from debian and I'm having problems linking with the wxwindows libraries. I'm using the wxwindows cvs source,after installing the libraies in /usr/local/i586-mingw32msvc/lib/ I have: libwx_base-2.5-i586-mingw32msvc.a libwx_base_net-2.5-i586-mi

Re: OT: GCC cross compiling

2002-01-16 Thread David Z Maze
Raffaele Sandrini <[EMAIL PROTECTED]> writes: > Do i have to compile a special GCC for every source and destination > platform or can i specify the destination on the command line? (the > manual is a bit weird about that) I believe you need to compile a separate gcc for each host/target. The cross

Re: OT: GCC cross compiling

2002-01-16 Thread dman
On Wed, Jan 16, 2002 at 11:50:37AM +0100, Raffaele Sandrini wrote: | Hi, | | I have a genera crosscompiling quetion: | | Do i have to compile a special GCC for every source and destination platform | or can i specify the destination on the command line? (the manual is a bit | weird about th

OT: GCC cross compiling

2002-01-16 Thread Raffaele Sandrini
Hi, I have a genera crosscompiling quetion: Do i have to compile a special GCC for every source and destination platform or can i specify the destination on the command line? (the manual is a bit weird about that) Do i have to compile a libc for that platform? Do i have to link staticly?

Cross Compiling

2001-11-13 Thread Benjamin Pharr
I have a program that I've written that needs to be cross compiled to a machine running SunOS 5.7 on a Ultra Sparc. I also need to cross compile it to Windows. How do I need to go about doing that? If you're going to tell me to RTFM then make sure you tell me which FM. To complicate things the

Re: Cross compiling (mingw32)

2001-06-22 Thread David Purton
On Fri, 22 Jun 2001, Joel Mayes wrote: > G'day All, > > I'm trying to cross compile a the display-dhammpada program for > a friend who runs a win95 box, I've installed the mingw32 package > and the target using '-b i586-mingw32msvc'. > I'm getting an error mesage which reads > > gcc: installatio

Cross compiling (mingw32)

2001-06-22 Thread Joel Mayes
G'day All, I'm trying to cross compile a the display-dhammpada program for a friend who runs a win95 box, I've installed the mingw32 package and the target using '-b i586-mingw32msvc'. I'm getting an error mesage which reads gcc: installation problem, cannot exec `cpp0': No such file or directory

Re: Cross-compiling on Debian systems?

1999-11-18 Thread ferret
On Thu, 18 Nov 1999, Ben Collins wrote: > On Thu, Nov 18, 1999 at 09:37:00AM -0800, [EMAIL PROTECTED] wrote: > > brought it up. And the FTP archive doesn't have a source package) > > > > :# dpkg-cross --install sysvinit_2.76-3.deb libc6_2.0.105-2.deb \ > > dpkg_1.4.0.34.deb mount_2.9g-6.deb lds

Re: Cross-compiling on Debian systems?

1999-11-18 Thread Ben Collins
On Thu, Nov 18, 1999 at 09:37:00AM -0800, [EMAIL PROTECTED] wrote: > brought it up. And the FTP archive doesn't have a source package) > > :# dpkg-cross --install sysvinit_2.76-3.deb libc6_2.0.105-2.deb \ > dpkg_1.4.0.34.deb mount_2.9g-6.deb ldso_1.9.10-1.deb > :Building sysvinit-sparc-cross_2.76-

Re: Cross-compiling on Debian systems?

1999-11-18 Thread ferret
On Thu, 18 Nov 1999, Ben Collins wrote: > On Thu, Nov 18, 1999 at 02:38:26PM +0100, Erik Mouw wrote: > > On Wed, 17 Nov 1999 19:52:42 -0800 (PST), [EMAIL PROTECTED] wrote: > > > ./xgcc -B./ -DCROSS_COMPILE -DIN_GCC-O2 -I./include -I. -I. \ > > > -I./config -g0 \ > > > -finhibit-size-dire

Re: Cross-compiling on Debian systems?

1999-11-18 Thread ferret
On Thu, 18 Nov 1999, Ben Collins wrote: > On Thu, Nov 18, 1999 at 02:38:26PM +0100, Erik Mouw wrote: > > On Wed, 17 Nov 1999 19:52:42 -0800 (PST), [EMAIL PROTECTED] wrote: > > > ./xgcc -B./ -DCROSS_COMPILE -DIN_GCC-O2 -I./include -I. -I. \ > > > -I./config -g0 \ > > > -finhibit-size-dire

Re: Cross-compiling on Debian systems?

1999-11-18 Thread ferret
On Thu, 18 Nov 1999, Erik Mouw wrote: > On Wed, 17 Nov 1999 19:52:42 -0800 (PST), [EMAIL PROTECTED] wrote: > > On Wed, 17 Nov 1999, Ben Collins wrote: > >> On Wed, Nov 17, 1999 at 02:48:55PM -0800, [EMAIL PROTECTED] wrote: > >> > I'd like to set up a cross-compiler on my Lintel (AMD 266) to comp

Re: Cross-compiling on Debian systems?

1999-11-18 Thread Ben Collins
On Thu, Nov 18, 1999 at 02:38:26PM +0100, Erik Mouw wrote: > On Wed, 17 Nov 1999 19:52:42 -0800 (PST), [EMAIL PROTECTED] wrote: > > ./xgcc -B./ -DCROSS_COMPILE -DIN_GCC-O2 -I./include -I. -I. \ > > -I./config -g0 \ > > -finhibit-size-directive -fno-inline-functions -fno-exceptions \ > >

Re: Cross-compiling on Debian systems?

1999-11-18 Thread Erik Mouw
On Wed, 17 Nov 1999 19:52:42 -0800 (PST), [EMAIL PROTECTED] wrote: > On Wed, 17 Nov 1999, Ben Collins wrote: >> On Wed, Nov 17, 1999 at 02:48:55PM -0800, [EMAIL PROTECTED] wrote: >> > I'd like to set up a cross-compiler on my Lintel (AMD 266) to compile >> > packages for my Sparc IPX. I'd preferabl

Re: Cross-compiling on Debian systems?

1999-11-18 Thread ferret
On Wed, 17 Nov 1999, Ben Collins wrote: > On Wed, Nov 17, 1999 at 02:48:55PM -0800, [EMAIL PROTECTED] wrote: > > > > I'd like to set up a cross-compiler on my Lintel (AMD 266) to compile > > packages for my Sparc IPX. I'd preferably like to package the > > cross-compiler so I can esaily remove

Re: Cross-compiling on Debian systems?

1999-11-17 Thread Ben Collins
On Wed, Nov 17, 1999 at 02:48:55PM -0800, [EMAIL PROTECTED] wrote: > > I'd like to set up a cross-compiler on my Lintel (AMD 266) to compile > packages for my Sparc IPX. I'd preferably like to package the > cross-compiler so I can esaily remove it if I no longer need it. > > The only cross-compil

Cross-compiling on Debian systems?

1999-11-17 Thread ferret
I'd like to set up a cross-compiler on my Lintel (AMD 266) to compile packages for my Sparc IPX. I'd preferably like to package the cross-compiler so I can esaily remove it if I no longer need it. The only cross-compiler in the slink packages list is for m68k. What do I need to do to set one up?

Re: cross compiling from linux to dos

1998-04-08 Thread Leandro Guimarães Faria Corcete Dutra
>hello i was wondering if anyone knew how to cross compile from >linux for dos/win95. i wrote a lot of c code using the curses.h >library and it does not port to borland or turbo c. is there >some way i can tell gcc to compile it for a different >operating system?? The README and INSTALL fil

Re: cross compiling from linux to dos

1998-04-08 Thread Bob Nielsen
On Tue, 7 Apr 1998, Rohit Mehta wrote: > > hello i was wondering if anyone knew how to cross compile from > linux for dos/win95. i wrote a lot of c code using the curses.h > library and it does not port to borland or turbo c. is there > some way i can tell gcc to compile it for a different

cross compiling from linux to dos

1998-04-07 Thread Rohit Mehta
hello i was wondering if anyone knew how to cross compile from linux for dos/win95. i wrote a lot of c code using the curses.h library and it does not port to borland or turbo c. is there some way i can tell gcc to compile it for a different operating system?? any illumination would be a

Re: Debian Linux & Cross Compiling

1998-03-10 Thread Scott Ellis
f so, do I need to jump through some hoops to get my code to the SH-1 > target with Debian GNU/Linux or is it very similiar to GNU? Debian does not come with cross-compiling tools, since it is impossible to anticipate the cross-compiling needs of our users. You will have to build a c

Debian Linux & Cross Compiling

1998-03-10 Thread Robert_Floyd
I am new to Debian Linux and I would like to know the following: Does Debian GNU/Linux have all the abilities of the GNU CC utilities to cross compile to a Hitachi SH-1 microprocessor? If so, do I need to jump through some hoops to get my code to the SH-1 targ

cross-compiling from LInux to SCO with Oracle 7.3.2.2.0

1998-02-25 Thread Ulisses Alonso Camaro
o the community, I think I will be very useful to students as I I have read the gcc info pages about cross-compiling, and I think that I need: + GAS, the GNU assembler compiled with --target=sco option + GNU binutils compiled with --target=sco option + GCC with --target=sco option + libc static librarie

Cross compiling with gcc. Target WindowsNT

1998-01-14 Thread fealvar
Hi folks, is it posible to generate binary files for NT using gcc under Linux?? And if so, what packages shoud i install?? __ Felipe Alvarez Harnecker <[EMAIL PROTECTED]> Telefono: 691.30.56 Licenciado en Matemáticas y Computación Pontificia Univer

Re: Cross Compiling for DOS/Windows3.1/Windows95

1996-12-20 Thread Allan Anderson
On Thu, 19 Dec 1996, Wayde Allen wrote: > On Thu, 19 Dec 1996, Marty Leisner wrote: > > > I've done this a lot (I gave an article to the CUJ but they never published > > it on this topic). > > Could I get a copy ... ? I'm fairly interested in this as well, since I do builds on Win16, Win32, and

Re: Cross Compiling for DOS/Windows3.1/Windows95

1996-12-19 Thread Wayde Allen
oo sure what I'm doing here. > Don't install djgpp under dosemu...but you need to make a compiler and > binutils... According to my understanding of a previous post it seems the djgpp library could be installed for cross compiling with gcc, but that the elf version of gcc could be

Cross Compiling for DOS/Windows3.1/Windows95

1996-12-19 Thread Wayde Allen
I have a question about compiling code for use on DOS, Windows3.1, and Windows95. Any suggestions on how to do this? I have thought about installing DJGPP under dosemu, but would rather not if it isn't necessary. I have also installed the Win32 developement package from the debian ftp site, but s