On 2006-06-12, Yvan Castilloux <kay...@hotmail.com> wrote:

> I would like to know how to create a library of type .dll in
> windows and then link it into a project with msp430-gcc.

I don't think you can do that.

> I don't want to use msp430-ar since anybody can see the C code
> variables and recreate the C code.

Not if strip the object modules.

> When calling msp430-gcc, I believe I have to set linker
> options with -Wl.

Yes, -Wl is how you set linker options.

> I would like to create a static library.

You use msp430-ar for that.

> Does anybody have a solution?

I don't think I understand the problem.

-- 
Grant Edwards                   grante             Yow!  I'm continually
                                  at               AMAZED at th'breathtaking
                               visi.com            effects of WIND EROSION!!


Reply via email to