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