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.
Tool/software: TI-RTOS
But that's nothing new...
CCS7.2 constantly pops up message that I need to download updates. So I did. Then my little work development project stopped building. So I just renamed a bunch of projects and files to get it out of the way, and re-imported the basic example project: C:\ti\pdk_am335x_1_0_7\packages\MyExampleProjects\GPIO_LedBlink_bbbAM335x_armTestProject
When in doubt, verify that even the most basic tools are still working. Well, they aren't.
I press build and right out of the box, I get this:
configuring am335x_app_bbbam335x.xa8fg from package/cfg/am335x_app_bbbam335x_pa8fg.cfg ... subdir_rules.mk:47: recipe for target 'build-861389649-inproc' failed error: ti.sysbios.knl.Task: "C:/ti/bios_6_46_05_55/packages/ti/sysbios/knl/Task.xs", line 469: ti.sysbios.knl.Task enableIdleTask: The automatic deletion of terminated tasks requires the Idle task to be present. js: "C:/ti/xdctools_3_32_01_22_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed! gmake.exe: *** [package/cfg/am335x_app_bbbam335x_pa8fg.xdl] Error 1 js: "C:/ti/xdctools_3_32_01_22_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
Ya know... None of this is in anything the user is responsible for. It's all in folders and files that are TI provided. And are supposed to work. Or if they were working, are not supposed to break when you upgrade.
Of course, I would expect an "out of the box" example to work too. But not anymore.
What did you guys break? And how am I supposed to fix it?
Christopher,
Could you try importing the example project into a new workspace and do a clean/rebuild and let us know if the errors persist? If there is already a /Debug or /Release generated directory in the project folder, try deleting it and then Rebuild. If the error persists, please save off the entire build log and attach it here.