Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Building netbsd-8 on Pi failing



This is a bit odd. On a Raspberry Pi 3 running netbsd-8 from a few days ago, I tried to compile netbsd-8 for earmv7hf:

./build.sh -j `sysctl -n hw.ncpu` -D ../dest-$1 -O ../obj-$1 -T ../tools -R ../sets -m evbarm -a earmv7hf -x tools distribution sets

It failed with:

--- gcrt0.o ---
armv7--netbsdelf-eabihf-gcc: error: -mfloat-abi=soft and -mfloat-abi=hard may not be used together
--- crt0.o ---
armv7--netbsdelf-eabihf-gcc: error: -mfloat-abi=soft and -mfloat-abi=hard may not be used together


However, the same build.sh with netbsd-8 from the same day on amd64 finished fine.

How is that happening?

John


Home | Main Index | Thread Index | Old Index