On Wed, May 20, 2020 at 8:21 PM Leonid Meyerovich <lmeyerov...@i-a-i.com> wrote:
>
> After I have properly built B2 and run it with my toolset (embedded arm)
>
>                          arm-oe-linux-gnueabi-g++ (GCC) 4.9.2
>                          Copyright (C) 2014 Free Software Foundation, Inc.
>
> I've got the following error:
>
> ...
>     - type_erasure             : building
>     - wave                     : building
>
> ...patience...
> ...patience...
> ...patience...
> ...patience...
> ...patience...
> ...found 12065 targets...
> ...updating 902 targets...
> gcc.compile.c++ 
> bin.v2/libs/serialization/build/gcc-arm/release/threading-multi/visibility-hidden/basic_archive.o
> In file included from ./boost/config.hpp:39:0,
>                  from ./boost/serialization/config.hpp:18,
>                  from libs/serialization/src/basic_archive.cpp:35:
> ./boost/config/compiler/gcc.hpp:165:19: fatal error: cstddef: No such file or 
> directory
>  #include <cstddef>
>                    ^
> compilation terminated.
>
> Apparently  my version arm-oe-linux-gnueabi-g++ (GCC) 4.9.2 doesn't contain 
> cstddef.hpp header file (this version has been installed as a part of gnu 
> radio)
>
> I may try install a newer version (6.x.x), but I don't know where I can get 
> it?
>
> Any idea?
>

It's hard to advise something here without any detailed knowledge of
your task/process/environment.
I've never seen this problem before because I've never used toolchain
from gnu radio.

Sorry.


> Thank you,
>
>



-- 
Best Regards,
Sergei Nikulov
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users

Reply via email to