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


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"


And as this is BSD make, not GNU make, it fails.


How do I make the ecos-tool use gmake instead of make?

I'm not sure how to force this.


Why not just build GNU make and install it as 'make' at the
front of your path?

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

--
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]