ON Linux Platform: How can we build binaries for another architecture from 0x86 architecture

  • Follow


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:













7/27/2012 1:28:45 PM


Reply: