Removing module

Reine rg at irfu.se
Mon Nov 24 15:53:30 UTC 2014


Hello

It says in the RTEMS documentation that some managers are optional.

I tried to remove the region manager from the kernel by modifying the 
file make/leaf.cfg see excerpt of top of file below:

# make/leaf.cfg
#
#   Make(1) configuration file include'd by all leaf-node Makefiles
#

#
# list of all known managers
# This list is used, along with $(MANAGERS) (set by app makefile)
#   to build the list of *not wanted* drivers.
#
# ref: target compiler config file for usage
#

#MANAGER_LIST=barrier dpmem event io msg mp part
#MANAGER_LIST+=region sem signal timer rtmon ext

MANAGER_LIST=barrier dpmem event io msg mp part
MANAGER_LIST+=sem signal timer rtmon ext


Then I compiled as usual including a bootstrap.

However it did not seem to change anything?

(The region symbols are still in the librtemscpu.a library)


What am I doing wrong ? should is set MANAGERS somewhere ?

Best regards

Reine Gill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/build/attachments/20141124/c23238e1/attachment.html>


More information about the build mailing list