Skip to content
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

Compile ASM failed. #8

Closed
winlinvip opened this issue Dec 25, 2019 · 0 comments
Closed

Compile ASM failed. #8

winlinvip opened this issue Dec 25, 2019 · 0 comments

Comments

@winlinvip
Copy link
Member

winlinvip commented Dec 25, 2019

When we use setjmp/longjmp in glibc, we still compile the md.S, which fail in some OS.

We support a macro to disable the md.S MD_ST_NO_ASM, you can enable it to avoid building md.S:

  1. Directly build ST: make EXTRA_CFLAGS=-DMD_ST_NO_ASM
  2. Build SRS with ST: ./configure --extra-flags='-DMD_ST_NO_ASM' && make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant