-
Notifications
You must be signed in to change notification settings - Fork 156
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
Cross compilation issue from linux to windows #99
Comments
Can you show the output of |
Here is the whole output. For your information I changed the project path to
[EDIT : I just realized the logs are in french. I you need I can change my system language to generate them in english] It seems the command used is :
I checked, the asm folder is empty So my guess is that asm files were never generated because of these lines :
Maybe because of the However, other dependencies (thread, chrono) seems to build correctly with this option but they only build |
I'm trying to cross-compile Boost to Windows using this project.
OS : Ubuntu 20
The cross compiler has been installed with :
My cross compilation toolchain :
The relevant part of my CMakeLists.txt :
Cmake seems to run properly :
I don't have BZIP2 ICU or ZLIB since i'm using the cross compilation chain so that's ok.
But I get the following error :
It seems it fails in the compilation of coroutine dependencies. It's as if there was somewhere a
-c
flag to prevent linking but I can't find it.Any input on this issue is welcome.
To provide some context :
The text was updated successfully, but these errors were encountered: