-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Build failure on 32-bit Mac OS X 10.6 #985
Comments
😞 I thought we had fixed all of this by now... |
Not sure about 1.5.1. A similar build failure in 1.6.0 release was fixed in develop branch by #908 |
Well let's have a look then... Maybe nobody noticed as 10.6 is really old... |
#908 is just the same codeblock to where this issue is allocated. As you were the previous editor here it would probably make sense if you try to investigate. I don't have access to 10.6, not even on a VM. |
Related to #909. |
@chenguokai: Can you test v1.5.1 also? Was this issue fixed with #908? |
v1.5.1 build failed just before compilation with an Error in CMakeLists
|
Oh, sorry. I forgot to mention to test with the |
v1.5.1-patch failed with yet another warning related to 64-bit value shortened to 32-bit.
|
Ah ok, but that one was fixed in #919, right? So this issue was not visible before v1.6.1. |
yes |
What about the current state of our |
Unfortunately develop failed.
|
@chenguokai The second warning should be corrected by the replacement |
We will not able to test anything on 10.6 with our travis CI build environment for macOS. |
I have found out that the macOS 10.14 build fails because of:
I tried the following addition to
One would need to resolve that first, before we can continue to test 32-bit builds with CI. Our macOS 10.14 builds on Travis CI builds fail due to the suspicious linker error above. |
I can now confirm that the travis CI build test with 10.14.4 and Xcode 10.3 is working - including the 32-bit builds. |
@clausecker I wonder if the fix for #1175 does address this as well. |
Yes, this sounds like the same issue. The error messages even indicate the same line as the patch I proposed. |
Thank you for giving feedback to the stlink project.
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to fill out each of the following items appropriate to your specific problem:
st-info
,st-flash
,st-util
)Futher we kindly ask you to describe the detected problem as detailed as possible and to add debug output if available, by using the following template:
Commandline-Output:
Complete log can be found in https://build.macports.org/builders/ports-10.6_i386-builder/builds/13998/steps/install-port/logs/stdio
Expected/description:
Should compile without any issues, maybe should take a look at the CI
I really wonder how this can happen with a 32 bit clang CI🤔
Related with #629
NOTICE: This bug report may be closed without further notice, if not enough information is provided!
Thank you for your support.
The stlink project maintainers
The text was updated successfully, but these errors were encountered: