Two questions:

1. Are you cross-building a compiler?  I.e. is the host you're
   building *on* different than the host (not target, which is msp430)
   you're building *for*?  (This is called a "canadian cross" and is
   much more complicated than a regular cross compiler).

   (one typically cross-builds by accident by specifying --build or
   --host but not both, or by specifying both but not having them the
   same.)

2. Are you building in the source tree?  If so, that is not supported,
   you must always build in a separate (empty) directory.

------------------------------------------------------------------------------
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to