At 6 May 2004 LEIZZA FERREIRA RODRIGUES wrote:
>
> I'm working with MSP430x149 microcontroler
> and with it's compiler. And I'm trying to create
> an assembly program and a library .h.
> But i'm unable to call a library inside my assembly
> code.
> In other enviroments we can use the primitive #include "test.h"
> but this not working.
> Can you help me?
> Thanks.
> Leizza
>

Use option `-x assembler-with-cpp' or suffix `.S' (big letter)
for assemblers that must be preprocessed.

Best regards.


Reply via email to