Hi Masahiro,
On Sun, Jul 5, 2020 at 5:30 PM Masahiro Yamada wrote:
>
> Hmm, adding '#include ' did not make any difference.
That should have worked, because POSIX defines it to be there. It
sounds like you need --sysroot to point it to the proper ones.
> If I add -std=c99, I get a different err
On Wed, Jul 1, 2020 at 4:13 AM Miguel Ojeda
wrote:
>
> On Tue, Jun 30, 2020 at 6:26 PM Masahiro Yamada wrote:
> >
> > I can reproduce this in the following
> > simple test code:
> >
> >
> > ->8
> > #include
> >
> > int main(void)
> > {
> > ssize_t x = 1;
>
On Tue, Jun 30, 2020 at 6:26 PM Masahiro Yamada wrote:
>
> I can reproduce this in the following
> simple test code:
>
>
> ->8
> #include
>
> int main(void)
> {
> ssize_t x = 1;
>
> printf("%zd", x);
>
> return 0;
> }
> --->8
On Tue, Jun 30, 2020 at 2:39 AM Nick Desaulniers
wrote:
>
> On Mon, Jun 29, 2020 at 1:59 AM Masahiro Yamada wrote:
> >
> > Programs added 'userprogs' should be compiled for the target
> > architecture i.e. the same architecture as the kernel.
> >
> > GCC does this correctly since the target archi
On Mon, Jun 29, 2020 at 1:59 AM Masahiro Yamada wrote:
>
> Programs added 'userprogs' should be compiled for the target
> architecture i.e. the same architecture as the kernel.
>
> GCC does this correctly since the target architecture is implied
> by the toolchain prefix.
>
> Clang builds standalo
Programs added 'userprogs' should be compiled for the target
architecture i.e. the same architecture as the kernel.
GCC does this correctly since the target architecture is implied
by the toolchain prefix.
Clang builds standalone programs always for the host architecture
because the target triple
6 matches
Mail list logo