Template:Yocto Toolchain installation AM62: Difference between revisions
From Variscite Wiki
Line 25: | Line 25: | ||
{{Note|When including some C++ headers, TI's Yocto Dunfell toolchain may not able to automatically find the full header path<br>To fix it, the expected paths can be manually added with | {{Note|When including some C++ headers, TI's Yocto Dunfell toolchain may not able to automatically find the full header path<br>To fix it, the expected paths can be manually added with | ||
<pre> | <pre> | ||
-I | -I/opt/arago-2021.09/sysroots/aarch64-linux/usr/include/c++/9.2.1 -I/opt/arago-2021.09/sysroots/aarch64-linux/usr/include/c++/9.2.1/aarch64-none-linux-gnu | ||
</pre> | </pre> | ||
}} | }} |