allsky icon indicating copy to clipboard operation
allsky copied to clipboard

[BUG] cc1plus: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU

Open eat-sleep-code opened this issue 4 months ago • 10 comments

Camera model

Raspberry Pi HQ

Operating System

Bookworm

Allsky version

latest?

Pi and amount of memory (512 MB, 1, 2, 4, or 8 GB)

Pi Zero W

Bug Description

After an SD card failure, I am reinstalling AllSky on a fresh card. As it is a new install, I went with Bookworm (32-bit). I am using the instructions here: https://htmlpreview.github.io/?https://raw.githubusercontent.com/thomasjacquin/allsky/master/html/documentation/installations/Allsky.html

However... install fails with...

* Installing the web server.
* Installing dependencies.
* Preparing Allsky commands.

*** ERROR:
**********
Compile failed
**********

* The full log file is in /home/pi/allsky/config/logs/make_all.log
The end of the file is:
        make[1]: Entering directory '/home/pi/allsky/src'
        Building capture_ZWO.o ...
        cc1plus: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU
        make[1]: *** [Makefile:135: capture_ZWO.o] Error 1
        make[1]: Leaving directory '/home/pi/allsky/src'
        make: *** [Makefile:24: all] Error 2

Log / configuration files

No response

eat-sleep-code avatar Oct 07 '24 21:10 eat-sleep-code