Gregory Nutt
|
2ef04ff0a8
|
apps/examples/sotest and modules: With recent changes, LDLIBS is initialized to bad value, at least in certain contexts.
|
2018-08-24 16:24:58 -06:00 |
|
Gregory Nutt
|
a57610c2c4
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:47:26 -06:00 |
|
Gregory Nutt
|
057eb80564
|
apps/examples/module: When built in the PROTECTED or KERNEL modes, the symbol table is not built by the application. That is because the build will fail since the kernel module depends on internal OS symbols thar are not available to the appliatino build. With this change the examples does not attempt to build the kernel symbol table in these modes. Instead it just copies the kernel module symbol table into the nuttx/pass1 directory where it can be build directly into the OS during pass2 of the build.
|
2018-08-07 09:15:01 -06:00 |
|
Gregory Nutt
|
b980e943c7
|
apps/examples/module: Add support for CROMFS and for stripping symbols from ELF module binaries.
|
2018-08-05 14:10:44 -06:00 |
|
Gregory Nutt
|
654ee7e6f9
|
apps/examples/elf, module, posix_spawn: Correct naming of global variables that violations the naming requirements of the coding standard.
|
2018-07-12 09:53:38 -06:00 |
|
Gregory Nutt
|
634dd7709b
|
apps/, Various Makefiles: Fix mixed references to nuttx/lib. These need to be changed to nuttx/staging.
|
2018-05-30 11:08:13 -06:00 |
|
Gregory Nutt
|
7a8561728c
|
The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree.
|
2017-08-13 11:03:17 -06:00 |
|
Gregory Nutt
|
a66da34f18
|
All Makefiles: Add .PRECIOUS: apps/libapps.a to every Makefile. Hopefully this will end awkward problems when you Control-C out of a build and libapps.a is deleted.
|
2017-08-13 09:35:14 -06:00 |
|
Gregory Nutt
|
3ab2aec4e8
|
New apps/examples/module and sotest configuration options
|
2017-01-30 09:04:01 -06:00 |
|
Gregory Nutt
|
de909c5c48
|
apps/examples/module and sotest: Update for names changes resulting when module library was split out from kernel module code.
|
2017-01-29 13:32:39 -06:00 |
|
Gregory Nutt
|
32211e21b6
|
apps/examples: Fix some name collisions of both module and sotest examples are enabled.
|
2017-01-27 11:41:53 -06:00 |
|
Gregory Nutt
|
d195751a90
|
Update NSH and examples/modules for changes in kernel module interface.
|
2017-01-22 15:11:49 -06:00 |
|
Gregory Nutt
|
29e8b8e059
|
Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness; Add default definitions for some commonly used things when 'make clean' is used without .config or Make.defs files installed.
|
2016-05-10 15:40:20 -06:00 |
|
Gregory Nutt
|
615e640913
|
More bash scripts executable
|
2016-01-23 15:30:09 -06:00 |
|
Gregory Nutt
|
052392f36c
|
examples/module. Module should not link with libc because it has out-of-range function calls
|
2015-12-12 14:00:34 -06:00 |
|
Gregory Nutt
|
ad4bcac7a0
|
apps/examples/module: Some fixes
|
2015-12-12 11:49:34 -06:00 |
|
Gregory Nutt
|
6c14e176d9
|
apps/examples/module: Now exercises rmmod as well
|
2015-12-12 11:40:33 -06:00 |
|
Gregory Nutt
|
d02295d1f2
|
apps/examples/module: Add a test harness for testing NuttX kernel modules
|
2015-12-12 09:43:32 -06:00 |
|