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.

MSP430FR5962: Build dependency on static library changes

Part Number: MSP430FR5962


For the main project to pick up any changes to the static library, I added a build dependency to the main project. I also added the needed file search path for the linker to find the static library output file. If some files changed in the static library, I am not seeing the main project doing an incremental build to pick up this change. Why is this?

  • Hi Priya,

    I was not able to see this behavior. I made a simple test project (mspfr599x_1.c, attached) that depended on a static library (fr5962_static_lib). Making a change in the fr5962_static_lib's code and then building mspfr599x1.c I can see that fr5962_static_lib is getting built automatically. Can you try my workspace on your end and see if it works?

    workspace.zip

    Regards,

    Evan

**Attention** This is a public forum