On 2009-02-11, Przemek Klosowski <[email protected]> wrote:

> I don't know IAR but I suspect that .r43 are the IAR-generated binary object
> files for MSP430. If that's the case, you are asking how to link them into a
> GCC project. This depends on the compatibility of the calling convention
> used by those two compilers---how they pass parameters, which registers they
> preserve/clobber across procedure calls, etc.

In addition to calling convention issues, there are object file
format compatibility issues that will need to be resolved.

Both are rather tricky problems.

-- 
Grant Edwards                   grante             Yow! Could I have a drug
                                  at               overdose?
                               visi.com            


Reply via email to