[Efi332] Building newlib/libgloss for MPC555

Gunter Magin gm
Tue Jul 26 13:10:18 UTC 2005


On Tue, Jul 26, 2005 at 04:27:36AM -0700, David Eicher wrote:
> Hello,
> 
> I started make before going to bed, I don't know how long it ran, but it was
> quite a while. Under the directory I created I now have:

<...>
Looks good. Congrats.

Don't forget to run a "make install" in the toplevel newlib work
directory, (the one in which you called ../newlib-x.x.x/configure). This
run transfers the relevant end results of your nightly compile run into
the installation directory. Otherwise, your target app Makefile will
not find the libs and include files. You have specified the install path
with the --prefix option (or left the default /usr/local), and that is
merged into the Makefiles in the work tree.

After that, you are free to cleanup (purge) the build tree, and recover
some MB disk space, for example run a "make clean". But wait, you still
have to add libgloss support for your particular target board....

> Under each of these subdirectories there are tons of files and libraries. I
> am now looking for documentation that explains which of these sets of
> directories I'm suppose to work with to get me a lib or two I can link in
> with my target code. There are almost countless numbers of libraries here,
> how does one choose?

Now you know why your Makefile is that long: it contains these
informations.

gm




More information about the Efi332 mailing list