|
|
ON Linux Platform: How can we build binaries for another architecture from 0x86 architecture
Hi All,
on linux ,how can we build binaries to arm architechture platform by
specifing some options in the makefile
like
TARGET_PATFORM=?
CC=gcc
|
|
0
|
|
|
|
Reply
|
nsrashmi (17)
|
7/5/2005 6:06:29 AM |
|
On Tue, 05 Jul 2005 02:06:29 -0400, "rashmi" <nsrashmi@gmail.com>
wrote in comp.lang.c:
> Hi All,
> on linux ,how can we build binaries to arm architechture platform by
> specifing some options in the makefile
> like
> TARGET_PATFORM=?
> CC=gcc
Ask in a Linux or Gnu group. This is not a language issue.
--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~ajo/docs/FAQ-acllc.html
|
|
0
|
|
|
|
Reply
|
jackklein (3932)
|
7/5/2005 6:09:18 AM
|
|
rashmi wrote:
> on linux ,how can we build binaries to arm architechture platform by
> specifing some options in the makefile
> like
> TARGET_PATFORM=?
> CC=gcc
If you plan to use gcc, then http://gcc.gnu.org/lists.html
You had better ask in comp.os.linux.development.apps
The keyword here is cross-compiler.
http://gcc.gnu.org/install/build.html#TOC1
|
|
0
|
|
|
|
Reply
|
devnull (185)
|
7/5/2005 2:31:39 PM
|
|
|
2 Replies
38 Views
(page loaded in 0.065 seconds)
Similiar Articles: Casting between 64bit and 32bit - comp.unix.programmerAnd linux kernel is build upon assumption that unsigned long can represent a ... Just make sure it is correct for the platform it's supposed ... Compiler for 16bit architecture ... Misuses of RTTI - comp.lang.c++.moderated... maintain (that is, you add a new ... but in the real world we have to consider these things. > As far as cross-platform is concerned, there are IDE's which can build ... RESIGNATION OF STEVE JOBS!! - comp.sys.mac.systemHe wish to become a new Dell computer cie. People buy ... 95% of Windows systems can run Linux. Most do not do so. ... VT solution. > > Well, my friend, at least we can ... Timekeeping broken on Windows XP with multimedia timer enabled (-M ...I downloaded the latest prebuilt binary from ... running on one the SOHO routers on which Linux can ... timing purposes, but rather to act as a platform on which to build my ... input & output in assembly - comp.lang.asm.x86... 20% of the world is real. 80% is gobbledygook we make ... keeping track of the cursor position, creating a new ... in important respects.) > > >>(Plus, in Linux you can use ... improve strlen - comp.lang.asm.x86This is a new thought in this thread ... which compiles to verbatim same binary and also supports large number of OTHER platforms ... Certainly we can find *some* people ... How to check whether malloc has allocated memory properly in case ...You can also in a variety of platform specific ways override the ... his projected was supported by another vendor but if it worked, we ... But each time he came up with a new ... Which Assembler? - comp.lang.asm.x86Nasm, Fasm, and RosAsm do it "the z80 way" (if we can ... matter what add-me-ons RosAsm (name stolen from another ... NASM, as of recent, fully supports the 64-bit architecture ... [comp.publish.cdrom] CD-Recordable FAQ, Part 1/4 - comp.publish ...Archive-name: cdrom/cd-recordable/part1 Posting-Frequency: monthly Last-modified: 2008/10/09 Version: 2.71 Send corrections and updates to And... Sampling: What Nyquist Didn't Say, and What to Do About It - comp ...... time Adobe creates a new ... Of course you can break lines with '\', but why make things less readable. Again, we're ... tools, it is cross-platform - try it with Linux ... Linux.com :: Remote cross-target debugging with GDB and GDBserver... of GDB on the target platform, you can use ... case it's a bit tricky: we intend to build binaries ... same as the target architecture powerpc-7450-linux-gnu). Another issue is ... Cross-platform - Wikipedia, the free encyclopediaAlso, software can be ported to a new computer architecture or operating system so ... by Runtime Revolution, compiles binaries to MacOS X, Windows, Linux, iOS, Android, and can ... 7/27/2012 1:28:45 PM
|
|
|
|
|
|
|
|
|