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.

SK-AM62: Build errors when enabling tools-profile

Part Number: SK-AM62

Tool/software:

Hello!

I'm running into the same problem described in https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1374984/sk-am62-build-errors-when-enabling-tools-profile (build errors from adding tools-profile to my yocto image).

I've tried both scarthgap (5.0) using lttng-modules version 2.13.12 and the latest yocto release (master) using lttng-modules version 2.13.14. Both fail with a flurry of compilation errors, just like what was described in the linked forum post.

I have the following kernel configuration applied, as recommended by https://github.com/lttng/lttng-modules/blob/master/README.md#required-kernel-config-options.

CONFIG_FTRACE=y
CONFIG_KPROBES=y
CONFIG_KALLSYMS=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_TRACEPOINTS=y

Any ideas would be much appreciated. Thank you!