-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Supporting more host platform #2051
Comments
Apparently you can't port uc if qemu is unsupported on your target platform |
WSL2 should be supported out-of-box. Regarding WSL1, I have no idea and experience porting code for it. |
我指的是, 在Windows下使用wsl来调用qemu/configure 和qemu/scripts/create_config 来生成对应的.h文件 |
What do you mean? Qemu may not work on Windows, but Unicorn does.
…On Mon, Nov 4, 2024, 18:39 Zhang ***@***.***> wrote:
Apparently you can't port uc if qemu is unsupported on your target platform
—
Reply to this email directly, view it on GitHub
<#2051 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNQNYASWBAI6HGPOFLRCHTZ65FGLAVCNFSM6AAAAABRD6BV6OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJUGM3DGMRUGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi:
Following #2050 , I'm porting uc to more host environment.
For now, I'm targeting X86_64-Windows.
I've used WSL to execute create_config and configure, with some CRLF/LF patches, and made it past the configuration stage, as well as adding include guard checks at many places to support building on environments with a limited libC functionality as well as shims.
However, now I'm stuck with the SJLJ code (to be precise:
sigsetjmp / siglongjmp
) everywhere. Is it possible to disable those?The text was updated successfully, but these errors were encountered: