Hi Bernard,

On Thu, May 24, 2012 at 01:21:29PM +0800, bernard wrote:
> 
> NOTE: RT-Thread Application will be dynamic linked when running.

Basically:

.o(GPL) + .o(BSD) => GPL          (i.e. GPL source code compiled with BSD
                                   source code)

.so(GPL) + .o(BSD) => GPL         (i.e. BSD software using a GPL library)

.so(LGPL) + .o(BSD) => BSD + GPL  (i.e. BSD software using a LGPL library)

ELF(GPL) + ELF(BSD) => BSD + GPL  (i.e. 2 heavy processes communicating
                                   through IPC, unix socket, TCP)

Sylvain

Attachment: signature.asc
Description: Digital signature

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to