Eclipse Projects
Posted: Tue Jul 11, 2017 11:42 am
I have a MOD5441X project that uses SNMP. Some applications use the SNMP provided by Netburner. Other applications use DMH SNMPv3. Other than the 2 versions of SNMP, the source code is the same for both. But in order be able to build one or the other version I had to create two projects. One project builds a NB SNMP version, the other builds a DMH SNMPv3 version. The reason to do it that way is because, if I have the files associated with each version of SNMP in the same project directory, I get all kinds of compiler and linker errors. The difficulty this causes is that, whenever the application needs to be modified, I have edit both projects. And if the changes are extensive, it become tedious to update the other project, running Diff on each file.
There doesn't seem to be a way to configure Eclipse to compile or not compile certain files, or use or not use certain libraries. Is that a true statement?
There doesn't seem to be a way to configure Eclipse to compile or not compile certain files, or use or not use certain libraries. Is that a true statement?