This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430FR5994: errors when make code

Part Number: MSP430FR5994


Dear Team,

I use GCC-toolchain to compile my program.  always encounter an issue that I cannot solve. I try my best, including reading TI GCC toolchain doc, searching on the Internet, even re-install a dual-system on my private PC. I am so confused now. So, could you help me have a look?

That is like this:

And the source code here: https://github.com/UoS-EEC/iclib

With kind regards,

Gaosheng

  • Hi,

    Sorry, I don't know about GCC... I even don't have a Linux condition to recrate your problem.

    As I check the source code, the author is  Sivert Sliper. I am not sure if you can refer to him for help.

    Hope other guys in this community can give you some help.

    Eason

  • The problem isn't with the code or GCC but with the options being provided by the make file during the link stage. For some reason it is telling GCC that you are not using a CPUX part. But you are. GCC has to choose between several versions of library code (CPU/CPUX, 16/20 bit addresses) and if you compile the code with different options than you use at link time, there will be trouble.

    I have never seen make files anything like what you are using so you are on your own there.

**Attention** This is a public forum