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
Hello,
I am trying to build AVB package with release version 00_09_00_00 but due to version no. in package.xs build is failing
I get below error. Let me know how to fix this as i cant change AVB package release number.
generating interfaces for package ti.avbtp (because package/package.xdc.inc is older than package.xdc) ...
translating AVBTP
----------
1. ERROR in package/ti_avbtp.java (at line 148)
pkgV.bind("$vers", Global.newArray(00, 09, 00, 01));
^^
The literal Octal 09 (digit 9) of type int is out of range
----------
1 problem (1 error)error: internal java compilation error
gmake[1]: *** [package/package.xdc.inc] Error 1
gmake: *** [packages/ti/avbtp/,.interfaces] Error 2
make: *** [all] Error 2
Prasad,
can you post your package.xdc from ti.avbtp? The compatibility key inside package.xdc is not meant to be used as a product version number and can't have leading zeros.
Hello Sasha,
Please find attached packcage.xdc. This used to work earlier not sure what changed.