Other Parts Discussed in Thread: OMAPL138, , AM62P
Hello,
I am trying to switch to the next ti-staging version (2024.04), but the build failes when using standalone applications:
Since commit ac44c6cf957a91cea5271334c2d6e6cd867cb5d6, it is now necessary to explicitely enable API support in order to build the examples.
If I do so, for instance by adding the following to omapl138_lcdk_defconfig:
CONFIG_API=y CONFIG_EXAMPLES=y
then I get compilation errors from arch/arm/lib/memset.S.
In U-Boot 2023.04 this was not an issue, since only CONFIG_EXAMPLES was needed.
Thanks for your help.
Julien