Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Cc: KiberGus <kibergus@×××××.com>
Subject: Re: [gentoo-embedded] Compiling trivial app
Date: Thu, 27 Dec 2007 18:54:41
Message-Id: 200712271351.24720.vapier@gentoo.org
In Reply to: Re: [gentoo-embedded] Compiling trivial app by KiberGus
1 On Tuesday 25 December 2007, KiberGus wrote:
2 > 2007/12/24, Mike Frysinger <vapier@g.o>:
3 > > On Wednesday 05 December 2007, Jean-Claude Gervais wrote:
4 > > > I understand how to use crossdev to generate a toolchain and xmerge to
5 > > > then build ebuilds for a target system, but what if I have a simple app
6 > > > that is not distributed as an ebuild?
7 > >
8 > > it's all the same. compare & contrast:
9 > >
10 > > native: gcc helloworld.c -o helloworld
11 > > cross: arm-unknown-linux-gnu-gcc helloworld.c -o helloworld
12 > >
13 > > there are no variables to setup. simply execute the proper compiler.
14 > > -mike
15 > >
16 > > I think CC and CXX variables should be set to execute proper compiler.
17 >
18 > Something like:
19 > СС=arm-unknown-linux-gnu-gcc make
20
21 the poster did not indicate make was being used to manage his custom code. if
22 it is, then setting CC/CXX variables is customary.
23 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-embedded] Compiling trivial app Jean-Claude Gervais <jc.gervais@×××××××××.ca>