Building System Libs for Multiple Modules
Posted: Thu Dec 19, 2019 8:37 am
My company uses 3-differnet NB modules, 5234, NANO, and MOD5441X. We also use NB's SNMP and SSH libraries. So whenever we get a tools update, we have to rebuild the system libraries to be able to use SNMP & SSH.
Is it necessary to build the system libraries for each module type? What we do is, open a command prompt at the nburn\system directory, set the PLATFORM variable to a particular module and then do a "make clean" and "make" to rebuild. Then open a command prompt at the module's system directory, set the PLATFORM variable, and rebuild. And repeat the process for each module. It seems like it should be necessary, since the system build command line includes a setting for the CPU and module that the libraries are being built for. But using Eclipse to rebuild the system doesn't seem to do the same thing.
Is it necessary to build the system libraries for each module type? What we do is, open a command prompt at the nburn\system directory, set the PLATFORM variable to a particular module and then do a "make clean" and "make" to rebuild. Then open a command prompt at the module's system directory, set the PLATFORM variable, and rebuild. And repeat the process for each module. It seems like it should be necessary, since the system build command line includes a setting for the CPU and module that the libraries are being built for. But using Eclipse to rebuild the system doesn't seem to do the same thing.