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.
Hi Team,
Good day. I am posting this inquiry on behalf of the customer.
Description Resource Path Location Type
gmake: *** No rule to make target 'build-2121650783', needed by 'configPkg/compiler.opt'. bigtime_CC1310DK_7XD_TI C/C++ Problem
Description Resource Path Location Type
gmake: *** No rule to make target 'build-2121650783', needed by 'configPkg/linker.cmd'. bigtime_CC1310DK_7XD_TI C/C++ Problem
any test project fails
Description Resource Path Location Type
xdc.cfg.Program : The package 'ti.sysbios.knl' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later. .xdchelp /bigtime_CC1310DK_7XD_TI line 71 C/C++ Problem
I can't compile any test projects, what am I doing wrong?
Latest CCS version for linux
Compiler version: Tl v20.2.7.LTS
SimpleLink CC13xx CC26xx SDK (6.20.00.29)
Thank you for extending your help.
Kind regards,
Marvin
Hi Marvin,
It seems likely an issue with the installation of CCS. It would be good to reinstall Code Composer Studio in the default location that the installer suggests (C:\ti).
Regards,
Sid
Hi Sid,
Thank you for your response.
Please see the feedback from the customer.
"Hi, I solved it by installing the drivers again! Thank you
I have another question, I would like to install some library, where can I install it from?
My project needs this #include <ti/mw/display/Display.h>"
"I'm new to your systems, I'm trying to understand a little bit of all the operations, thanks"
Thank you for extending your help.
Kind regards,
Marvin
There is a display driver. It should be available in "ti/display/Display.h" . Not sure about mw in the path.
If you have installed CCS correctly in C;/ti and have downloaded and installed the SimpleLink SDK in the same path, when importing an example from the SDK, these paths get resolved automatically.
I see that you have the CC1310 device. you would need the CC13x0 SDK.
https://www.ti.com/tool/SIMPLELINK-CC13X0-SDK
Regards,
Sid
Hi Sid,
Thank you again for your quick response. Please see the feedback from the customer.
"I have some source code that works on the CC1310, but I can't compile it.
I compiled it 2 years ago and its .hex still works as it should
I had used an IAR compiler I think, I can't get it to compile on code composer studio anymore though"
Thank you for extending your help.
Kind regards,
Marvin
Hi Sid,
Please see additional input from the customer.
"Thank you so much for the support, I am trying to compile my project but I get:
Description Resource Path Location Type
# 1965 cannot open source file "driverlib / ioc.h" CC1310_LAUNCHXL.h / rfEasyLinkTx_CC1310_LAUNCHXL_nortos_ccs line 52 C / C ++ Problem"
Thank you for extending your help.
Kind regards,
Marvin
also says to me: #1965 cannot open source file "CC1310DK_5XD.h" , this file is on the SDK CC13x0 ? I have installed SDK CC13x0
Hi Sid,
Good day. Please see additional input from the customer.
(xdc.IPackage.Module)ti.targets.arm.rtsarm: no property named '$$asmvec'
gmake: *** [package/cfg/build_pem3.xdl] Deleting file 'package/cfg/build_pem3.c'
gmake: *** [package/cfg/build_pem3.xdl] Deleting file 'package/cfg/build_pem3.h'
gmake: *** [package.mak:201: package/cfg/build_pem3.xdl] Error 1
gmake: *** Deleting file 'package/cfg/build_pem3.xdl'
Thank you for extending your help.
Kind regards,
Marvin
Hi Marvin,
Is the customer importing any example from the SDK?
I would suggest them to just import the drivers empty project into CCS and see if that builds. It is found in the SDK.
If it does not build, then I would suggest a reinstallation of CCS. The SDK needs to be placed in the path "C:\ti" to get automatically discovered by CCS.
Maybe go through some SimpleLink Academy to build and Flash a project to the device. So that the development environment is validated.
https://dev.ti.com/tirex/explore/node?node=AJAcwn0VMpYeOkBIEkJn1w__BSEc4rl__LATEST
Regards,
Sid
Hi Sid,
Good day. Please see the update from the customer.
"Good morning,
I could not solve my problems in CCS, because my starting project was already compiled with IAR EMBEDDED WORKBENCH, so I had to install the IAR compiler to develop your devices, but I keep getting errors, provide support in this too compiler?"
Hello, I am compiling a project for the CC1310 in the IAR embedded workbench. I have this error, can you tell me something?
Thank you for extending your help.
Kind regards,
Marvin
Hi Marvin,
It seems that the issues are similar like in CCS. The first thing I would suggest is to actually import an "Empty" project from the SimpleLink SDK found in this path. [SDK_PATH]/examples\rtos\CC1310_LAUNCHXL\drivers\empty.
If this builds, then the development environment is verified. This is important to make sure the software installations are correct. I have shared the link above to getting started.
Maybe this guide helps: software-dl.ti.com/.../cc13x0-quickstart-intro.html
Regards,
Sid
Hi Sid,
Thank you for your prompt response.
Please see the feedback from the customer.
"Good morning,
the test project you recommended compiles without problems.
Thank you
How can I move now?
I have already tried to import the files one by one"
Thank you for extending your help.
Kind regards,
Marvin
Hi Sid,
Please see additional feedback from the customer.
"Hi, I think I'm close to a conclusion.
I opened the "empty" sample project that he recommended to me.
Then I imported all my .c and .h files.
Later I imported the "inc", "driverlib", and other libraries by hand.
Now I have these errors, it seems that something in the updated libraries is no longer present.
I hope you can help me come to a conclusion.
I am using CCS again because I prefer it."
Thank you for extending your help.
Kind regards,
Marvin
Hi Marvin,
My understanding of the latest situation is the customer is able to build the "empty" project and is able to flash it to the device successfully. Please confirm this.
After that, he is importing the source files in his project into the empty project and he is getting some errors. He also seems to have imported driverlib source files.
Now I have these errors, it seems that something in the updated libraries is no longer present
Please can you share what errors are showing up? And also please confirm my assumptions.
If this project was built 2 years ago, there is a chance that the libraries have been updated. But the errors should be fairly specific with respect to the drivers. I doubt it would be related to the build tools.
Regards,
Sid
Hi Sid,
Please see the update from the customer.
"Hi, I confirm that I am able to create the "empty" project and flash it into the device.
after compiling the "empty" project, I import my source code and also the driverlib, easylink, inc, rf_patches libraries.
My project was developed about 3 years ago, I upload a photo of the errors I have now.
Thank you so much for the support."
Kind regards,
Marvin
Hi Marvin,
I am closing this thread as the customer is being supported on the other thread.
Regards,
Sid
Hi Sid,
Thank you for your help. Your support is much appreciated.
Kind regards,
Marvin