-
-
Notifications
You must be signed in to change notification settings - Fork 374
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
use raspberrypi 5 lime build error #1823
Comments
For Raspberry Pi, things are a bit more involve than other platforms. You can't use Neko, HashLink, or other runtimes. You need to use the git clone https://github.com/openfl/lime.git --recurse-submodules
cd lime
haxelib dev lime .
lime rebuild rpi -clean -release -nocffi Then, in your project, you should be able to run: lime test rpi |
Thank you , I will download the development version and retest it |
You will also need to use hxcpp from git on a raspberry pi 5 running 64bit os. This morning a bug was fixed that made all 64bit haxe cpp apps crash on the pi4/5 crash. Also you might have to check out the 8.2.0-Dev branch of my fork of lime (gepatto/lime) because (64bit) raspberry pi support is not yet official and my fork handles the proper selection of 32/64 bit flags. |
pi@raspberrypi:
|
The text was updated successfully, but these errors were encountered: