This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Making eCos Configuration Tool on FreeBSD 6.1


On Mon, Sep 25, 2006 at 03:57:07PM -0700, Jack Twilley wrote:
> Jack Twilley wrote:
> >The work I mentioned has already been done, as you pointed out.  The 
> >ecos-tool port is already in ports, and I've installed it.  Only one 
> >snag in using it that I can see -- it assumes "make" is GNU make.  How 
> >can I tell it to use "gmake" instead?
> 
> I was horribly unclear and I apologize.
> 
> I have built the tool and can use the graphical interface.  I load my 
> .ecc file and attempt to compile, and the tool shows this command being 
> executed:
> 
> sh -c "export PATH=/usr/local/bin:$PATH; unset GDBTK_LIBRARY; unset 
> GCC_EXEC_PREFIX; export 
> ECOS_REPOSITORY=/home/jmt/svn/ecos-caffeine/packages; make --directory 
> /home/jmt/svn/ecos-caffeine/build/TRITON270_STK3_32F/TRITON270_STK3_32F_build"

It looks like this is hard coded at:

host/tools/configtool/standalone/wxwin/configtool.cpp:1394:ecApp::Build()

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]