-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
OSX: illegal hardware instruction osx10.14 Mojave #1250
Comments
new error when I exec "make":
"sudo make" is worked but also not runnable |
It's a bug of ST, fixed. |
macOS 10.14 can be compiled successfully, but it automatically quits after a while of starting up.
|
Seems ST doesn't support macOS10.14:
|
Maybe macOS10.14 changed the setjmp and longjmp, so that we couldn't directly use it anymore:
|
Debugging setjmp information:
The layout seems not the right one, the rsp seems transformed then save to jmpbuf[4].
|
Need to rewrite the setjmp and longjmp for macOS 10.14. |
Will it be supported in the future? Now that my Mac has upgraded to 10.14, it's quite troublesome to downgrade.
|
This comment has been minimized.
This comment has been minimized.
@winlinvip I also encountered the issue of SRS startup error. I searched and found this, can you see if it can be used? https://reviews.llvm.org/file/data/eofjd4jg7q4ootgneotu/PHID-FILE-7cotnhoqjf7xwhtaoxxh/D51064.diff However, I don't know how to recompile to make setjmp and longjmp effective.
|
This problem needs to be solved, st is not working anymore.
|
This comment has been minimized.
This comment has been minimized.
Now, when compiling the st source code separately, I encountered the same problem with setjmp; the develop branch.
|
|
Resupported OSX.
|
牛逼' translates to 'awesome' in English.
|
ld: symbol(s) not found for architecture i386. Has this issue been resolved? OS X version 11.5.2, Big Sur, SRS version 4.0. Will this problem still occur? @winlinvip, please provide an answer.
|
I finished the upgrade of my OS which up to 10.14 (the latest version) but found that SRS was not runnable again. I tried configure and make command. there is no trouble but run the "./objs/srs -c my.conf".
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: