Gregory Nutt
|
2d58edcb07
|
Update ChangeLogs
|
2014-09-08 08:03:18 -06:00 |
|
Gregory Nutt
|
4cdfdaf70c
|
ELF build reuires -fno-common in CFLAGS
|
2014-09-08 07:57:05 -06:00 |
|
Gregory Nutt
|
b508a8b1e0
|
Update ChangeLogs
|
2014-09-07 10:49:02 -06:00 |
|
Gregory Nutt
|
4eadcabc1b
|
Several commands must be disabled in the kernel build because they depend on interfaces that are not available outside of the kernel: dd, df, losetup, mkfatfs, mkdr, and ps.
|
2014-09-07 10:46:06 -06:00 |
|
Gregory Nutt
|
1597617001
|
libapps.a needs to be added to the list of libraries to link against.
|
2014-09-07 10:45:41 -06:00 |
|
Gregory Nutt
|
93c784f076
|
Update ChangeLog
|
2014-09-07 09:17:38 -06:00 |
|
Gregory Nutt
|
681b3baf96
|
Changes to many Makefiles. For kernel buil object containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile
|
2014-09-07 09:17:23 -06:00 |
|
Gregory Nutt
|
ab5cf06c48
|
Changes to many Makefiles. For kernel buil object containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile
|
2014-09-07 08:51:51 -06:00 |
|
Gregory Nutt
|
bbded7e15f
|
Changes to many Makefiles. For kernel buil object containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile
|
2014-09-07 08:45:38 -06:00 |
|
Gregory Nutt
|
4f14d3b8c4
|
Changes to many Makefiles. For kernel buil object containing main cannot go into library because of name collisions. The object file must be handled as a special case in every Makefile
|
2014-09-07 08:43:01 -06:00 |
|
Gregory Nutt
|
043d6898db
|
Determine the main object name from the main source name in every kernel build Makefile
|
2014-09-07 07:19:19 -06:00 |
|
Gregory Nutt
|
2881b73f3d
|
Add an nm command after every kernel build link to show if there are any undefined symbols
|
2014-09-07 07:15:59 -06:00 |
|
Gregory Nutt
|
70765b94fc
|
Add the main object to the list objects to link in every kernel build link command
|
2014-09-07 07:12:55 -06:00 |
|
Gregory Nutt
|
22720d5eb3
|
Add the main object to the dependencies for the kernel build
|
2014-09-07 07:09:22 -06:00 |
|
Gregory Nutt
|
b65500c289
|
If now a kernel build, then add the main object in with all of the rest
|
2014-09-07 07:05:54 -06:00 |
|
Gregory Nutt
|
22eb5d5c46
|
Update apps/examples/helloxx/Makefile
|
2014-09-07 06:59:30 -06:00 |
|
Gregory Nutt
|
63f45cbd06
|
Fix apps/examples/hello/Makefile
|
2014-09-07 06:17:46 -06:00 |
|
Gregory Nutt
|
1c0635604a
|
apps/bin should be removed on clean
|
2014-09-06 13:42:34 -06:00 |
|
Gregory Nutt
|
181b75301f
|
Customize the program name in the generic setup that was added to each makefile that installs a program
|
2014-09-06 13:30:44 -06:00 |
|
Gregory Nutt
|
3454362678
|
Add generic setup logic to every Makefile that installs a program. Each will need customization
|
2014-09-06 13:19:02 -06:00 |
|
Gregory Nutt
|
cedf1d7369
|
Fix all install targets
|
2014-09-06 13:01:44 -06:00 |
|
Gregory Nutt
|
b9a650ae8c
|
apps/ make-related fixes. Now builds kernel mode file system
|
2014-09-06 12:28:30 -06:00 |
|
Gregory Nutt
|
1c279a2c0b
|
Fix program name configuration variable used in the Makefile
|
2014-09-06 11:25:29 -06:00 |
|
Gregory Nutt
|
e34a96e3b9
|
Several fixes for errors introduced by last check-ins
|
2014-09-06 11:17:05 -06:00 |
|
Gregory Nutt
|
72cd42282c
|
Oops wrong else
|
2014-09-06 10:54:58 -06:00 |
|
Gregory Nutt
|
753f347723
|
Add missing else from last big change
|
2014-09-06 10:51:18 -06:00 |
|
Gregory Nutt
|
cb305dc9fc
|
Update ChangeLog
|
2014-09-06 10:42:58 -06:00 |
|
Gregory Nutt
|
544cfc8aa2
|
Add program installation for CONFIG_BUILD_KERNEL in all Makefiles that build a main()
|
2014-09-06 10:42:03 -06:00 |
|
Gregory Nutt
|
69081d6665
|
For the kernel build, there is no reason for ELF flags to be different
|
2014-09-06 10:31:17 -06:00 |
|
Gregory Nutt
|
c35653cd05
|
Only one install target per Makefile
|
2014-09-06 10:05:01 -06:00 |
|
Gregory Nutt
|
d8a239d649
|
Use more standard *argv[] instead easier **argv
|
2014-09-06 09:23:23 -06:00 |
|
Gregory Nutt
|
c2323670b5
|
Update ChangeLog
|
2014-09-06 09:20:19 -06:00 |
|
Gregory Nutt
|
9f7c9b273f
|
With kernel build, entry point to all tasks is main, not some xyz_main
|
2014-09-06 09:19:15 -06:00 |
|
Gregory Nutt
|
38ecd36a61
|
Fix clean and distclean targets. Back out a few too many changes made by sed
|
2014-09-06 08:28:24 -06:00 |
|
Gregory Nutt
|
b77b0b5385
|
Add support for an installation directory:
|
2014-09-06 08:13:45 -06:00 |
|
Gregory Nutt
|
1c1a2b79df
|
Update ChangleLog
|
2014-09-06 08:02:10 -06:00 |
|
Gregory Nutt
|
d6bcd1a93a
|
Add an install target to all makefiles. For the import build, the top-level Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
|
2014-09-06 08:00:47 -06:00 |
|
Gregory Nutt
|
055c3fc6fa
|
Update ChangeLogs
|
2014-09-06 07:05:17 -06:00 |
|
Gregory Nutt
|
783342c423
|
Add ELF linker script for import build
|
2014-09-05 16:20:45 -06:00 |
|
Gregory Nutt
|
95679676a1
|
Need to add CRT0 to every Makefile in apps/examples/tests
|
2014-09-05 16:05:29 -06:00 |
|
Gregory Nutt
|
a03bd2f1e7
|
Add libgcc to the set of libraries to link against
|
2014-09-05 15:35:41 -06:00 |
|
Gregory Nutt
|
5cd3325f7e
|
Provide library names and paths in apps/import/Make.defs
|
2014-09-05 13:59:20 -06:00 |
|
Gregory Nutt
|
60d1c63803
|
Update Changelogs
|
2014-09-05 12:19:16 -06:00 |
|
Gregory Nutt
|
01ece7672d
|
apps/import Make.defs must also define CFLAGS
|
2014-09-05 12:16:45 -06:00 |
|
Gregory Nutt
|
54cb4c6a84
|
Update ChangeLogs
|
2014-09-05 11:29:25 -06:00 |
|
Gregory Nutt
|
1193499a4b
|
Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus trivial related changes
|
2014-09-05 11:26:27 -06:00 |
|
Gregory Nutt
|
c38a108343
|
Copy more logic from nuttx/tools/Config.mk into the Make.defs file. Plus trivial related changes
|
2014-09-05 11:25:34 -06:00 |
|
Gregory Nutt
|
e8ab24001d
|
Flesh out apps/import/Make.defs a little
|
2014-09-05 09:16:08 -06:00 |
|
Gregory Nutt
|
2e31d8c569
|
Update ChangeLogs
|
2014-09-05 07:42:00 -06:00 |
|
Gregory Nutt
|
27c6a0b830
|
Add an apps/import Make.defs file. Not much there yet, but it will be needed for 'make import'
|
2014-09-05 07:39:35 -06:00 |
|