> On 19 Feb 2023, at 16:27, -xlan- <ahsan.ahmed3...@gmail.com> wrote:
>
> Hi, I have the SDK installed but I don't understand how to use the
> --with-sysroot command. Is the flag supposed to be with my make all-gcc
> command, please elaborate.
It is a configure argument for GCC’s configure script - there is more
information here:
https://gcc.gnu.org/install/ (and in the linked pages)
I guess (in your build script) you have something like
…/configure —prefix=….
the --with-sysroot=…. need to be appended to that.
Iain