This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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] |
If you look at the Makefile generated by configure, the default "all" target doesn't do much. You want:
make all-target-newlib make install-target-newlib
and possibly (depending on your target):
make all-target-libgloss make install-target-libgloss
There are other useful Makefile targets, but these are the ones I use.
$ make all-target-newlib make: Nothing to be done for `all-target-newlib'.
$ make all-target-libgloss make: Nothing to be done for `all-target-libgloss'.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |