Rebuilding Libraries

Is it possible to rebuild the libraries such as the flash library. I see the source code in /scr/flash/ directory. I am using NetOS6 with GNU tools for the digi ME module. The reason for this is that I want access to the flash_semaphore1 that is declared as a STATIC, so I need to rebuild the library.

Yes, it is possible to rebuild certain libraries, in particular you are provided the scripts and source necessary to rebuild the flash and posix libraries.

In the root NET+OS installation directory (i.e. C:
etos60_gnu) their are two files, flash,mak and posix.mak. Onve you have made changes to the flash and/or posix source you can rebuild those libraries by issuing the following command: “make -f flash.mak”.

Cameron