Other Parts Discussed in Thread: SYSBIOS
Hi,
I get the same error message as described in this post but for the ti.osal package:
xdc.PACKAGE_NOT_FOUND: C:\ti\SDKs\processor-sdk-rtos-arm65xx-evm-08_02_00_05\pdk_am65xx_08_02_00_21\packages\ti\osal\package.xdc found along the package path, but no schema file was found. Ensure that the package 'ti.osal' is completely built.
I've tried running the proposed fix but it fails with the following error messages:
C:\ti\SDKs\processor-sdk-rtos-arm65xx-evm-08_02_00_05\pdk_am65xx_08_02_00_21\packages\ti\osal>xdc release making package.mak (because of package.bld) ... Warning: no config.bld file was found along the package path. The config.bld file specifies the location of the compiler tool-chains required to compile runtime content. Without this file, the XDC tools assume no targets are to be used. js: "./package.bld", line 41: ReferenceError: "osalDriverReleaseVersion" is not defined. xdctools_3_62_01_16_core\gmake.exe: *** Deleting file 'package.mak' xdctools_3_62_01_16_core\gmake.exe: *** No rule to make target 'package.mak', needed by '.interfaces'. Stop.
It complains that the config.bld file is missing and in fact it does not exist in that directory. A config_mk.bld does exists in the directory, if thats relevant. How can I go about fixing this issue?