Other Parts Discussed in Thread: ADS1263, DP83630, MSP432E401Y, TM4C129ENCPDT, , MSP432E411Y
Tool/software: Code Composer Studio
I'm trying to create an updated TI-RTOS package using the latest versions and get it registered into CCS.
I've updated the product directories with the latest versions I can find (bios_6_73_01_01, ndk_2_25_01_11, TivaWare_C_Series-2.1.4.178, uia_2_30_01_02, … same ns_1_11_00_10, and tidrivers_tivac_2_16_01_13), Also installed xdcTools_3_50_8_24, and updated the make files so it builds correctly.
I changed the name from 2.16.1.14 to 2.16.02.00, as an incremental update number.
I changed all references in all files from 2.16.1.14 to 2.16.02.00.
So far, so good. Builds as expected (one minor change was in uia_2_30_01_02, the buildfile references something named posixIncs, but it isn't defined *anywhere*, so I commented it out for now). I go to CCS to install it, do a 'Rediscover Products', and up it pops. Select it and press install, and things spin for a few seconds and then I get this error message.
"An error occurred while collecting items to be installed
session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
java.lang.NullPointerException
"
Oops... where to start?