10 years, 11 months ago.

Static Library Distribution without Sources, is it possible?

Hello all,

Is there a configuration of the mbed online IDE that allows one to export a single static library for a particular platform instead of the sources? It seems that all of the export options that I've encountered in the IDE package-up a distribution of the sources as well. If the library includes code that's not open source then this is a bit of a problem.

Does anyone have any suggestions?

Thank you in advance.

1 Answer

10 years, 11 months ago.

Hello,

sensinode nsdl library is not opened sourced, it's available on mbed as a library https://developer.mbed.org/teams/Sensinode/code/nsdl_lib/. You can add a library to you program. Is this what you need?

Regards,
0xc0170

Yes! I need to make a distributable static library along these lines. Do you know if something like this is possible via online IDE or is this something that has to be done manually by downloading and using the gcc toolchain?

posted by D DB 14 Oct 2014

Offline, using ARMCC as that's the default compiler in the online IDE.

posted by Martin Kojtal 14 Oct 2014