-
Notifications
You must be signed in to change notification settings - Fork 217
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
More Ram #260
Comments
There are some mainboards that support more than 128 MB: |
The message is reporting that codegen_backend_arm.c or codegen_backend.arm64.c is not being built/linked. Version 17 uses makefiles, version dev (18 ) uses cmake. In version 17, in makefile.am, there's:
CPU checking is done in configure.ac as in:
So it might happen that the "arm" name reported by the raspberry is not armv7l or you are not building for aarch64. You might also try if building version 18 works better or not, although I've seen that on arm, it might not pick the correct name either (arch_detect.cmake might report more arm names than supported on codegen.cmake) . |
Where is exactly version 18 ??? |
version 18 is the dev branch on git. it is not a finished release. |
Hello there
Is it possible on a feature update to add more ram than 128mb ??
256mb or 512mb would been great
Thanks
The text was updated successfully, but these errors were encountered: