From: Joseph K. <jk...@us...> - 2012-09-04 15:45:29
|
> I'm trying to compile the elf toolchain on redhat 6.2 and I'm not even > getting very far in the makefile. I've downloaded the trunk, as of yesterday > and I ran make. The error I get is > > Makefile:5: *** missing separator. Stop. > I've tried looking up things that could be causing this, but I'm not very > familiar with the details of makefiles. Any help would be appreciated. BSD 'make' is needed to build the sources. Building the tree on a RedHat operating system is not supported out-of-the box (yet)---you may therefore need to install other pre-requisites and/or make source code changes in order to get the tree to build. Please see: * The file named "INSTALL" at the top of the source tree. * http://sourceforge.net/apps/trac/elftoolchain/wiki/BuildingFromSource. Regards, Joseph Koshy |