This is the mail archive of the ecos-discuss@sourceware.cygnus.com 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]

problem finding tools in build of ecos 1.3.1 for linux


I'm trying to build ecos 1.3.1 for linux, using gcc 2.92.2.

I made a directory
by
    ecosconfig new linux
    ecosconfig tree
and ran make with ecos-1.3.1/tools/bin and tools/H-i686-pc-linux/gnu/bin
in my path, and it fails when it tries to run i686-pc-linux-gnu-ar.  I
noticed that all the makefiles do
   export AR :+= $(COMMAND_PREFIX)ar

The arm version of ar is called arm-elf-ar, but the linux version
is just called ar, there's no COMMAND_PREFIX in front of it.

So I go into /tools/H-i686.../bin and
 ln ar i686-pc-linux-gnu-ar

That fixed it.  Can ecosconfig be made to generate makefiles that
look for ar where it actually is?

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