|
How can I cross-compile my application on Qt. As for each project
I need two version
1). Which runs on computer on Qvfb & i386 Architecture
2). Which runs on device with Linux Framebuffer & ARM Architecture
I have already compiled Qt for device as well...
Started by Wallah on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In mkspec file there are many defines by which.
Specify mkspec file to qmake to cross compile by using -spec command line argument of qmake.
Qt takes all platform specific details from mkspec file.
|
|
I'm trying to migrate a project which uses Boost (particularly boost::thread and boost::asio) to VxWorks.
I can't get boost to compile using the vxworks gnu compiler. I figured that this wasn't going to be an issue as I'd seen patches on the boost trac...
Started by plastic chris on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I never tried to compile boost for VxWorks, since I only needed a few.
I finally gave up on using bjam to compile boost and simply are predefined by your compiler.
Also, log of any output will help.
|
|
Just that. I would like some information (links, reference, examples...) to guide me to do that.
I don't even know if it's possible.
My objective is to compile a program in Linux and get a .exe file that I can run under windows.
Started by pabloh84 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Usually they are stored in /usr.
More difficult still is adding native cross libraries.
The build.
|
Ask your Facebook Friends
|
How can a cross compilation setup be achieved to allow compiling Cell Linux programs on a Windows PC using the cygwin toolchain? The cygwin tools provide a GNU compiler to use in building the cross compiler, and associated tools for the build process ...
Started by grrussel on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You should be able to build a canadian cross compiler on Linux for the cell portions of the toolchain and compile them (with the appropriate options, --target, etc.) using the build environment....
To compile everything on Windows.
|
|
Heya, i am running linux (ubuntu),
I am having some trouble with this. i've tried downloading glut32.dll and sticking it in mingw's lib/ directory and also setting up the appropriate headers in include/, however - although the compile is fine - the linker...
Started by banister on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you can't find that, there might even be a Visual... .
You need to look for libglut32.a.
You can think of these as static libs with stub functions that expose the DLL's symbols .
In the Windows world, to link something to a DLL you need an "import library" .
|
|
Will I have to use the crosstool that cygwin provides to make the libX11.so, libGL.so, and libGLU.so libraries using their respective source code? Or do you know where I can find them compiled already for crosstool (I'm new to this cross compilation)?...
Started by Joel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
When you build the cross compiler in cygwin, tell it where those native linux headers and libs are so....
To cross-compile for Linux you should install the needed development libs /crosscompiler/linux/...).
On both platforms.
|
|
I been looking into Cygwin / Mingw / lcc and I liked to be able to compile perl native C extensions on my windows(preferably under cygwin) and then run them on Solaris and HP unix without any further fuss, is this possible?
This all stems from my original...
Started by Ville M on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Perhaps you are wanting to cross compile because you don't have attempted ....
To cross compile, you need to build a gcc for doing this can be found here .
Own gcc under Cygwin before considering cross compiling.
|
|
I remember a few years ago(2002) there was a multipartite virus that could be run natively on linux and windows. I don't know if a compiler could be specially craft an executable so that it could be read as both ELF and PE, so that the os would start ...
Started by TiansHUo on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Cross.
This is actually a really terrible idea for multiple reasons .
But that's not the same thing.
|
|
I am interested in cross-compile a Linux kernel for an ARM target on a x86 host.
There are some good practices you recommend?
Which is the best cross-compile suite in your opinion?
Have you setted up a custom cross-compile environment? If yes, what advices...
Started by Myrrdyn on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I hope ....
If you can't get with the BSP.
Their support is great as well.
Compiling on the target itself tends to be a more with a ton of targets and the software is cross platform.
Using a cross compiler if you can avoid it.
|
|
Hello, all.
I'm looking to cross-compile a Linux kernel on a 64-bit system. In other words, how can I compile it on a 64-bit and have it be compatible with 64 and 32-bit? I'm aware of gcc switches, but this one's a little trickier. Specify options to ...
Started by agreimann on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at computing):
Hope this helps others as well..
Thanks for your reply.
Here you go.
|