My firmware is one big binary for the K60 controller. I don't have modules / dll's oder .a files which the user can replace. My code and the FNET code are combined into one binary.
I already tried to understand 'LGPL': I have to publish my .o files to allow everyone to rebuild my firmware with the latest FNET source code
I don't understand 'linking exception': What does this mean?
Do I have to publish my .o files if I use FNET?