Message: 4
Date: Wed, 19 Jul 2006 11:27:37 +0200
From: Jan Hegewald <email@hidden>
Subject: Re: external target - makefile
Cc: email@hidden
Message-ID: <email@hidden">email@hidden>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Hello,
Am 19.07.2006 um 04:59 schrieb Liam Staskawicz:
I'm using an externally maintained Makefile to build my project
with an external target. The problem is when the Makefile wants to
use arm-elf-gcc as the compiler, and can't find the arm-elf-gcc
command. I read that Xcode does not process any /etc/.profile
settings,
as a workaround I just start Xcode itself from terminal (i.e. bash)
to get the path right:
open /Developer/Applications/Xcode.app
Not quite the Mac way, but works very well.
HTH,
-- Jan