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.
Hi Ti,
I noticed that the toolchains from PSDK Linux v09 and PSDK RTOS v09.01 for the target "A72 linux application" differs slightly.
PSDK RTOS ships arm-gnu-toolchain-11.3.rel1-x86_64-aarch64-none-linux-gnu
PSDK Linux ships arm-gnu-toolchain-11.4.0-x86_64-aarch64-none-linux-gnu
I stumbled about this when I wanted to build a A72-linux-app with gcc-11.3.rel1 and linking some shared libraries from the target sysroot. For that I need to adjust the --sysroot option to target sysroot, which tells also the compiler to search there for it basic headerfiles. The result was that the app did not compile anymore, because of some standart c header conflicts.
I found a solution for this, but I'm still left with the question why the toolchains differs for the exact same target? Would it make sense to also use arm-gnu-toolchain-11.4.0 for PSDK RTOS?
Thanks & best regards,
Thomas
Hello Thomas,
Thanks for the information and we will let our Linux and RTOS SDK teams know and will track it internally so that it is taken care in the next release.