ubuntu 20.04 compiler problem?
Oliver Grawert
ogra at ubuntu.com
Fri Sep 25 14:54:15 UTC 2020
hi,
Am Freitag, den 25.09.2020, 07:43 -0600 schrieb R C:
> well. I'd prefer to compile it as a 64 bit application, on a 64 bit
> OS.
>
then you should not use a 32bit toolchain ...
arm-linux-gnueabihf-g++ is the cross compiler for armhf, not the native
compiler for arm64 (aarch64) ...
make sure notthing sets CROSS_COMPILE and make sure your build just
uses the native g++ from /usr/bin/g++
ciao
oli
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20200925/bf224338/attachment.sig>
More information about the ubuntu-users
mailing list