Commit Graph

5 Commits

Author SHA1 Message Date
Adam Feuer d4f3a7a9ad link giant-board into board tree 2020-09-16 18:48:41 -06:00
Matias N 34b34e2d45 Fix: ensure archive files do not carry object files from prior builds
In some cases, when NuttX configuration changes and this makes the
object list used to build one of the .a libraries change as well,
since the command used to build it is "ar crs" and this simply appends
the list of object files, the library could still include object
files from prior builds. This commit modifies the ARCHIVE macro to
erase the .a file if it already exists.

Since in some cases this behavior was actually expected (object
files from a subdirectory were appended to a library created one
level above) I added a ARCHIVE_ADD which works as ARCHIVE did.

This change should greatly improve behavior of building after
configuration changes.
2020-09-14 15:54:18 +08:00
Brennan Ashton 4cb193d530 Docs: Update links to old website and wiki
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-08-30 19:16:30 -03:00
Matias N 0a6c81b19c main README converted to Markdown format 2020-07-29 11:52:15 -05:00
Matias N 5e95adfb76 rename README.txt to README.md 2020-07-29 11:52:15 -05:00