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/CC1310: CC1310 / TIDA-00484_Firmware

Part Number: CC1310
Other Parts Discussed in Thread: TIDA-00484

Tool/software: Code Composer Studio

Hello,

My name is Sham Datta and I am trying to compile TIDA-00484 Firmware using Code Composer Studio Version: 9.3.0.00012 with TI-RTOS for SimpleLink Wireless MCUs (IDE Client) 2.14.3.28

Keep getting the error:

 xdc.services.global.XDCException: xdc.MODULE_NOT_FOUND: xdc.module: no module named 'EMAC' in the package ti.drivers

Appreciate any help you can provide me on this,

Thanks,

Sham

Here is a paste from console:

**** Build of configuration Debug for project TIDA-00484_Firmware ****

"C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k all

Building file: "../TIDA-00484_Firmware.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_51_03_28_core/xs" --xdcpath="C:/ti/simplelink_cc13x0_sdk_3_20_00_23/source;C:/ti/simplelink_cc13x0_sdk_3_20_00_23/kernel/tirtos/packages;C:/ti/simplelink_cc13x0_sdk_3_20_00_23;C:/ti/tirtos_simplelink_2_14_03_28/packages;C:/ti/tirtos_simplelink_2_14_03_28/products/bios_6_42_03_35/packages;C:/ti/tirtos_simplelink_2_14_03_28/products/uia_2_00_02_39/packages;C:/ti/ccs930/ccs/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.simplelink:CC1310F128_REV1 -r release -c "C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS" --compileOptions "-mv7M3 --code_state=16 --float_support=none -me --include_path=\"C:/ti/ccs930/ccs/tools/compiler/ti-cgt-arm_18.12.4.LTS/include\" --include_path=\"C:/Sham/Kids/DoctorAsh/Instinct/Rev2/workspace/TIDA-00484_Firmware\" --include_path=\"C:/ti/tirtos_simplelink_2_14_03_28/products/cc13xxware_2_01_00_16101\" --define=DEBUG --define=ccs --define=CC1310F128RGZ_R10 -g --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../TIDA-00484_Firmware.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring TIDA-00484_Firmware.xem3 from package/cfg/TIDA-00484_Firmware_pem3.cfg ...
subdir_rules.mk:19: recipe for target 'build-995662289-inproc' failed
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
js: "C:/ti/tirtos_simplelink_2_14_03_28/packages/ti/tirtos/TIRTOS.xs", line 55: xdc.services.global.XDCException: xdc.MODULE_NOT_FOUND: xdc.module: no module named 'EMAC' in the package ti.drivers
gmake.exe: *** [package.mak:202: package/cfg/TIDA-00484_Firmware_pem3.xdl] Error 1
js: "C:/ti/xdctools_3_51_03_28_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[1]: *** [build-995662289-inproc] Error 1
gmake: *** No rule to make target 'build-995662289', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-995662289', needed by 'configPkg/linker.cmd'.
gmake: *** No rule to make target 'build-995662289', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-995662289', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-995662289', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-995662289', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-995662289', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-995662289', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-995662289', needed by 'configPkg/compiler.opt'.
gmake: *** No rule to make target 'build-995662289', needed by 'configPkg/compiler.opt'.
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

  • Hello,

    After digging a bit more, implementing following steps resolved my issues in building TIDA-00484 Firmware.

    • Uninstalled my brand new Code Composer Studio Version: 9.3.0.00012
      • Too many issues in building these older projects using newer versions.
    • Installed Code  Composer Studio Version 6
      • Then I had all of it's dependencies pre-installed and added to CCS: this project requires TI-RTOS Simplelink version 2.14.03.28 (downloadable form here), XDC 3.31.1.33 (downloadable from here) and it was originally built with TI Compiler version 5.2.5 (check install instructions here). 
      • Then installed TIDA-00484 Firmware

    With all this done, the project builds fine

    Hope this helps others working on same or related projects.

    Regards,

    Sham Datta