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.

Linux/AM5706: Compilation failure in meta-ti common-csl-ip-rtos recipe

Part Number: AM5706

Tool/software: Linux

We are building a custom Linux distribution (Yocto sumo based) for the AM57 family and are using the master branch of meta-ti at commit (9debfc6155ac97050cb85833515ef2617919d6de).

The use case is to include in the distribution TI-RTOS application binaries cross compiled using Yocto recipes. One the recipes depends on  common-csl-ip-rtos.bb from meta-ti.

Our host OS is Ubuntu 16.04 (kept updated via apt-get).

Below is an excerpt from the compilation log of this recipe.

/build1/peter/PE2/IDK/build/tmp/work/am57xx_evm-poky-linux-gnueabi/common-csl-ip-rtos/1_03.03.00.13A-r0.6/build/ti/csl/src/ip/bootcfg/V0/csl_bootcfg.h:4: warning: Unexpected new line character

/build1/peter/PE2/IDK/build/tmp/work/am57xx_evm-poky-linux-gnueabi/common-csl-ip-rtos/1_03.03.00.13A-r0.6/build/ti/csl/src/ip/bootcfg/V0/csl_bootcfg.h:4: warning: Unexpected character ` ' while looking for section label or title

/build1/peter/PE2/IDK/build/tmp/work/am57xx_evm-poky-linux-gnueabi/common-csl-ip-rtos/1_03.03.00.13A-r0.6/build/ti/csl/src/ip/gpio/csl_gpio.h:4: warning: Unexpected new line character

/build1/peter/PE2/IDK/build/tmp/work/am57xx_evm-poky-linux-gnueabi/common-csl-ip-rtos/1_03.03.00.13A-r0.6/build/ti/csl/src/ip/gpio/csl_gpio.h:4: warning: Unexpected character ` ' while looking for section label or title

/build1/peter/PE2/IDK/build/tmp/work/am57xx_evm-poky-linux-gnueabi/common-csl-ip-rtos/1_03.03.00.13A-r0.6/build/ti/csl/src/ip/syscfg/V0/csl_syscfg.h:4: warning: Unexpected new line character

/build1/peter/PE2/IDK/build/tmp/work/am57xx_evm-poky-linux-gnueabi/common-csl-ip-rtos/1_03.03.00.13A-r0.6/build/ti/csl/src/ip/syscfg/V0/csl_syscfg.h:4: warning: Unexpected character ` ' while looking for section label or title

/build1/peter/PE2/IDK/build/tmp/work/am57xx_evm-poky-linux-gnueabi/common-csl-ip-rtos/1_03.03.00.13A-r0.6/build/ti/csl/csl_sem.h:4: warning: Unexpected new line character

/build1/peter/PE2/IDK/build/tmp/work/am57xx_evm-poky-linux-gnueabi/common-csl-ip-rtos/1_03.03.00.13A-r0.6/build/ti/csl/csl_sem.h:4: warning: Unexpected character ` ' while looking for section label or title

error: unsupported character conversion for CHM_INDEX_ENCODING: 'CP1250'->'UTF-8'

This appears to be a failure of doxygen.

The full log is attached.