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.

CCS/MSP432E401Y: 1527098647633_00002427

Part Number: MSP432E401Y

Tool/software: Code Composer Studio

In CCS Cloud, I am attempting to run the "empty" example from the MSP432E401Y SDK but am getting the error:

"subdir_rules.mk:7: recipe for target 'MSP_EXP432E401Y.obj' failed "../MSP_EXP432E401Y.c",

line 60: fatal error #1965: cannot open source file "ti/drivers/ADC.h"

Line 60 is the include call for "ti/drivers/ADC.h", how can I fix the issue?

Thanks

  • HI Colten,
    There are multiple variations of the empty example. Which exact one are you using? Can you provide a direct link to the one you are using?

    For example, this one imports and builds successfully for me:
    dev.ti.com/.../

    Thanks
    ki
  • Ki,

    The one you linked to is the example I was loading into ccs cloud. I found that if I load the empty example into an new session in the cloud, the kernel automatically loads with it. But when I try to load and build another project, the kernel doesn't seem to cooperate.

    For example, I load the collector example for the MSP432E401Y under the SDK plugins TI15.4 Stack section into an empty session of my ccs cloud and it builds fine. I then load the httpget example from the normal MSP432E4 SDK under examples and network services into the same session. This doesn't bring in a new kernel program and it will not build due to errors that it finds saying that it cannot open a source file.

    Is there a compatibilit problem between the normal SDK program kernel and the SDK Plugins kernel for the MSP432E401Y or am I doing something wrong?

    thanks for the help
  • Colten Stanger said:
    I load the collector example for the MSP432E401Y under the SDK plugins TI15.4 Stack section

    I can't seem to find this example in Resource Explorer. Can you provide a direct link to it?

    Colten Stanger said:
    I then load the httpget example from the normal MSP432E4 SDK under examples and network services into the same session.

    I did import this one into my existing cloud workspace and no issues so far.

  • I'm sorry, I don't know how to enter a short link as you did before

    dev.ti.com/.../
  • I am trying to add ethernet functionality to the collector program. That is why I am loading these two projects, but am unaware of how to do that in ccs cloud. Does this require both programs to be built in the same cloud session? Or is it not necessary to have them both able to build?
  • Thanks, I see the issue now. I suspect the issue is with SDK version compatibility. I will need to follow up with the SDK folks when I am back in the office tomorrow

    Thanks

    ki

  • Sorry for the delay. This is indeed a known issue with SDK compatibility. The latest empty example is using version 2.2 of the SDK while the latest collector example is using version 1.6. There are discussions on how to best avoid this conflict while supporting multiple versions of the SDK. In the meantime, the workaround is to make sure the correct kernel project is imported. That would mean that you would need to remove the existing kernel project if it was imported with a project using a different SDK version.

    Thanks
    ki