-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 774 on ARM #929
Comments
This appears to be another problem with detection of platform features on MacOS. @pdimov can you look into it? |
Just to be sure, have you tried any of the workarounds mentioned in #774 ? |
I suppose this is again caused by Is libstdc++ compiled as single-threaded? |
Likely. These are arm-none-eabi targets, no OS, single core, so there isn't going to be a need for threading. I don't have a working sample anymore since I had to move on. I don't have a way to test the boost JSON code and compiler switches. FWIW, nlohmann's library links and it doesn't require additional code when we disable exceptions. Perhaps at a later date we can return to this detail and determine whether or not the boost library is a better long-term component. |
In that case, the solution is to define the macro BOOST_SYSTEM_DISABLE_THREADS. |
We're seeing the same issue (#774) with the following invocation of the ARM cross compiler. We're using v1.83 of boost.
We tried to find a way to work around it, but none of our attempts succeeded.
The text was updated successfully, but these errors were encountered: