cmakeModules icon indicating copy to clipboard operation
cmakeModules copied to clipboard

Use --gcc-toolchain, instead of explicit library paths.

Open stephenneuendorffer opened this issue 2 years ago • 0 comments

The petalinux sysroot has some shortcomings in the way it is structured which prevent clang from picking the 'right' include and library paths. Rather than patching these individually, it's better to use the --gcc-toolchain argument to get them all in one shot.

stephenneuendorffer avatar Sep 29 '23 22:09 stephenneuendorffer