-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error when trying to compile arm64 Linux #221
Comments
Hi, It doesn't seems related to an architecture problem but more to a platform one. Did you init git submodules ? Else, could you try with the "dev" branch ? |
Accessing github is a bit difficult in my area, so I use mirror sites when I'm in git. However, mirror sites can't handle submodules, so I git cloned libcross2d and sscrap separately, I'm not sure what's the difference between this and a direct git clone --recursive full project, or how do these two subprojects need to be initialized? |
@Cpasjuste
In addition, I have found some errors in the cmake log
like this,too many |
on ubuntu18.04
|
I have tried many times, including on debian and ubuntu on the x64 platform, and now I will get stuck on compiling the cross2d subproject. Whether it is compiling the entire pemu or trying to compile cross2d alone, there is no success. The current error is as follows.
|
Hi, is this still a problem with latest version ? |
There are no issues with the compilation now, the problem lies at runtime. I can run it perfectly on the latest Ubuntu latest, but since my arm device only has debian10, there may be some issues running on debian10, and currently it will report an error:
If I use sudo to run, there will be no errors, but no interface will appear, and you cannot use Ctrl+C to terminate the run. can only kill the process. |
Hi, i removed the "hacky" fusefs romfs on linux and now just copy the romfs files to "data_romfs" insead release folder, this may fix your problem. |
I tried to compile this project on a Linux machine with arm64 architecture, but I got the following error.
I am not sure whether the missing key file is necessary, nor do I confirm the practical significance of the second error. But it obviously does not generate a makefile. What is the problem? Is it related to architecture?
The text was updated successfully, but these errors were encountered: