-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Fail to compile new build on raspberry pi 4 #1791
Comments
These are not build errors. Look at other errors happening earlier, or attach the full log. |
There is way to get last flycast_libretro.so ?? my compiler on retropie still get same error any time... |
This looks like a compiler bug:
Same problem as in #1608 |
Have you tried to use a more recent RetroPie version if any is available? |
I've tried on last version available... |
Using a 32-bit environment isn't a problem in itself since flycast supports both 32 and 64 bits on ARM. |
I will try...thanks! |
Please Note: This form is the minimum required information for submitting bugs.
Removing this form may lead to your issue being closed until it is completed.
Platform / OS / Hardware: Raspberry Pi 4
Flycast version: 2.4
Hardware:
Description of the Issue
I've installed the required packages:
sudo apt install git libao-dev libasound2-dev libevdev-dev libgl1-mesa-dev liblua5.3-dev libminiupnpc-dev libpulse-dev libsdl2-dev libudev-dev libzip-dev cmake libcurl4-openssl-dev libaudio-dev libjack-dev libsndio-dev libsamplerate0-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev
i've try to compile with this command:
git clone --recursive https://github.com/flyinghead/flycast.git
cd flycast
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
After few minutes i've got some errors..
Logs Gathered
Screenshots
(Replace this line with any issue screenshots)
The text was updated successfully, but these errors were encountered: