-
Notifications
You must be signed in to change notification settings - Fork 9
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
x86_64 architecture #2
Comments
It does 64bit for sure, and I guess also 32bit, but I will have a look. thanks |
what operating system do you have. I think you have a different file system layout than most modern Linuxes. It needs to find some standard libraries where sys_nerr is defined. |
Oh forgot to mention my system is Arch Linux |
I found this which makes very much sense to me: this extern int sys_nerr; This declaration overrides the declaration of sys_nerr in stdio.h, __MINGW_IMPORT int _sys_nerr; define sys_nerr _sys_nerrThe latest version of ld attempts to auto-resolve DATA symbols. That is However, this auto-import feature works only if the import lib was I think your ld is too new for this repo. thanks M |
oh thanks I'll try on a debian 10 |
I managed to compile on debian Thanks! |
Hello,
does it require x86 or could be compiled on x86_64
Thanks
edit: add build log
The text was updated successfully, but these errors were encountered: