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.

SIMPLELINK-LOWPOWER-SDK: Build Failed with "instruction requires: fp registers" Error

Part Number: SIMPLELINK-LOWPOWER-SDK

Hello,

Just to let you know, I was trying to build simplelink-lowpower-f2-sdk from GitHub on linux but was getting the following error:

error: instruction requires: fp registers

I solved the problem by using an older version of cmake (3.22.1)

There is some incompatibility with newer versions of cmake. I am not sure in which version the problem was introduced, but I was trying to user cmake-3.29.3 and there is another post in the forum from someone with the same problem using CMake 3.27.4.