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<esc>{{#var:TOOLCHAIN_TARGET_SYSROOT_LOCATION}}</esc>/usr/include/c++/9.2.1 -I<esc>{{#var:TOOLCHAIN_TARGET_SYSROOT_LOCATION}}</esc>/usr/include/c++/9.2.1/<esc>{{#var:TOOLCHAIN_TYPE}}</esc>
-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>
}}
}}

Revision as of 14:26, 14 October 2023