flipperdevices / flipperzero-ufbt

Compact tool for building and debugging applications for Flipper Zero.
https://pypi.org/project/ufbt/
GNU General Public License v3.0
494 stars 36 forks source link

Failed to download https://update.flipperzero.one/builds/toolchain/gcc-arm-none-eabi-12.3-armv7l-linux-flipper-33.tar.gz #41

Closed Freddoyea closed 2 months ago

Freddoyea commented 2 months ago

Hi i'm just trying to build a .fap, because i want to install an app on my flipper zero, which can't be installed from the app store, because i'm running custom firmware - I'm trying to build the app on a Raspberry Pi 2B, and from my very noob perspective, this maybe has something to do with the fact that the ARM7 my raspberry pi runs, isn't supported? Thanks!

hedger commented 2 months ago

Pre-built toolchains are only available for 64-bit platforms. You can set FBT_NOENV=1 in your environment and install toolchain components manually.