|
I want to compile a custom linux kernel for myself. because i dont know every option of kernel therefore i am looking for a good default config for start.
Started by chezgi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
It will also automatically download, compile and install in the repository of the Linux distribution you are using, they often have a generic or a huge kernel .config.
Are worth tweaking for your particular system.
|
|
I am currently using a GCC 3.3.3 based cross compiler to compile for a Xscale PXA270 development board. However, I was wondering if there are other Xscale compilers out there that run on Linux (or Windows for that matter)? The cross compiler setup I am...
Answer Snippets (Read the full thread at stackoverflow):
If it is using FPA insns, you need to compile your entire://wiki.debian.org/ArmEabiPort which is....
Arm-linux-gnu normally includes real floating point instructions in the code for ARM's first FPU; to get the tab character past your shell.
|
|
I know php scripts don't actually compile until they are run. However say I want to create a small simple program and compile it to a binary without requiring the php binary. How could I do this?
I'v seen a few IDE's out there that would do this, but ...
Started by Botto on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Few More:
http://www.nusphere.com/products/phpdock.htm
Edit: I almost forgot if your looking to make it work on linux without regard
If you just want to run it ....
There are a few others, but all I have seen will compile for windows only.
|
Ask your Facebook Friends
|
Dear developers,
I have written some effects in C++ (g++) using freeglut on Linux, and I compile them with
g++ -Wall -lglut part8.cpp -o part8
So I was wondering if it is possible to have g++ make static compiled Windows executables that contains everything...
Started by Louise on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
EDIT: Debian Linux, for example, has MinGW in its repositories:
$ apt-cache search Collection (cross compiler for MingW....
You can cross-compile and -link Windows applications , for example.
Mingw32 exists as a package for Linux.
|
|
I want to build a command-line tool in FPC for run in a Suse 9.
This is a production server and is hard get aproved to install anything apart this tool.
I code on Leopard and wonder if is possible cross-compile from here to linux.
The server run on Xeon...
Started by mamcx on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You will then....
Note, though, that if it links to linux-specific .so files, that they may and then say
sudo fink install fpc-i386-linux
it will install fpc and everything you need to cross compile.
To install, open, and compile it.
|
|
At my work all of the project data resides on an NFS that is accessible from both Linux and Windows machines (using Samba). All of the work is done on Linux, but I'm toying with the idea of compiling some of tools for Windows so that I can debug with ...
Started by Nathan Fellman on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I have done this with Linux on Windows Windows PC from the Linux PC
Use a cross-build of GCC instead of Visual Studio
you need cross.
Run a full installation of Windows in a Virtual Machine .
|
|
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):
That will generate that you want to use an existing Linux application on Windows, then you could try compiling it using the actual compilation ....
Main.c -o hello
Replacing apt-get for yum, or whatever your Linux distro uses.
|
|
I wonder if someone managed to compile the Linux kernel with some other compiler than gcc. Or if someone have ever tried? Question may seem to be silly or academic, but it arose when I thought about answers to: Are C++ int operations atomic on the mips...
Started by oo_olo_oo on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Torvalds....
The meta-bug on compiling the Linux kernel with clang has more detailsNote that Mr.
There have been some efforts (and patches ) to compile an early version of the 2.6 to compile it with clang .
GNU/Linux debate.
|
|
Hi,
I have the following questions:
Is it possible to compile a C# project using VS.NET, and run it on mono? Are there any performance benefits associated with approach 1 (vs compiling with the mono compiler)? What about running the output .exe/.dll on...
Started by jameszhao00 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
This should give you some idea as to what the differences... .
Are referring to using mono to compile on Windows, then porting it to linux, it should still work but this article attempts to show how to compile the MonoDevelop tool under vs.
|
|
Hello,
I have downloaded "boost" (1.40.0) source code from their homepage "www.boost.org". I have Linux (Ubuntu 9.04 Jaunty) installed and trying to compile the boost libraries to the "WINDOWS" version (e.g. ".dll", NOT ".so") from my "LINUX" machine....
Started by Petike on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The former is a C compiler, which is a bit tricky to use to compile C++ codebase ;-)
You need.
Were to get ahold of the win32 header files, remove all linux headers from the include path i586-mingw32msvc-g++.
|