-
Notifications
You must be signed in to change notification settings - Fork 10
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
Probably doing something wrong but I'm getting mixed 64 and 32 bit binaries on linux. #10
Comments
I have the same issue. I used the CI dockerfile and commands, but the created artifact is unuseable. |
In the CMake files, there's a line that clears the target platform but it doesn't get set again on Linux. Theoretically
should be enough to fix it, but
@smx any idea what's going on here? |
I have the same problem, any idea how to compile it properly on Linux? EDIT: If you change the platform in When I run the executable now, it complains when the file
How to proceed from this point? I am on Ubuntu-20.04 with kernel |
Compiled it with corrected |
So. The x370 chipset on ryzen is very much like asmedia stuff, and was hoping to poke it a bit in order to assist my port of coreboot to 'Asrock X370 Killer Sli/AC' (kind of in a working state; more to be done).
By issuing
dotnet build
I get a 64-bit ELF for AsmTool but the dlls come out as 32 bit. Attempting to run AsmToolnets me the following error:
libAsmIOLinux.so is compiled and in the directory next to AsmTool (it is also a 64-bit ELF)
The text was updated successfully, but these errors were encountered: