<apritzel>
ah yeah, that's a stupid thing that TF-A introduced: compiling natively still requires a CROSS_COMPILE variable. Join me in complaining about this ...
ftg has quit [Read error: Connection reset by peer]
apritzel has quit [Ping timeout: 480 seconds]
<MoeIcenowy>
apritzel: oops in this case what should be set for CROSS_COMPILE?
<MoeIcenowy>
CROSS_COMPILE="" ?
BroderTuck has joined #linux-sunxi
<BroderTuck>
MoeIcenowy: in my case it would have been CROSS_COMPILE=aarch64-slackware-linux-gnu- except for that objcopy and objdump still wouldn't have worked since those 2 commands don't have the longname versions on my rootfs
BroderTuck has quit [Remote host closed the connection]
JohnDoe_71Rus has joined #linux-sunxi
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
chewitt has joined #linux-sunxi
<junari>
Today I remembered that I didn't replace the kernel modules when I copied it to the sdcard. Now my usb wifi module works well with x96qpeo+
<junari>
the board works for some time and can compile packages without any problems
<junari>
But it is slower at compiling packages than opizero3 overclocked to 1.8GHz
hentai has quit [Remote host closed the connection]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
gsz has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
dsimic is now known as Guest7556
dsimic has joined #linux-sunxi
Guest7556 has quit [Ping timeout: 480 seconds]
jernej- has joined #linux-sunxi
jernej has quit [Remote host closed the connection]
hentai has quit [Ping timeout: 480 seconds]
hentai has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
chewitt has quit [Ping timeout: 480 seconds]
chewitt has joined #linux-sunxi
gsz has quit [Ping timeout: 480 seconds]
paulk-bis has quit []
paulk has joined #linux-sunxi
apritzel has joined #linux-sunxi
<apritzel>
MoeIcenowy: TF-a was changed last year to require a CROSS_COMPILE variable, if that was unset (or empty, same thing), it would look for "aarch64-none-elf-gcc", then give up if that's not found
<apritzel>
two months later they added another fallback, for "aarch64-linux-gnu", the most common triplet
<apritzel>
which fixed the problem for most people running natively, as modern distribution use exactly that triplet - and the fully qualified name also works natively
<apritzel>
but for BroderTuck and me, as the two remaining Slackware users, that's not the case
<MoeIcenowy>
ah I think for the host toolchain, have no triplet prefixed executable is a proper thing
<MoeIcenowy>
(BTW my distro uses alternative triplet too, aarch64-aosc-linux-gnu
<apritzel>
absolutely, I 100% agree, and you wouldn't even need to do anything: just use ${CROSS_COMPILE}gcc everywhere
<apritzel>
but they want to have a preference for this "bare metal toolchain"
bauen1 has joined #linux-sunxi
<szemzoa>
my small MIPI lcd arrived, and I try to enable the display on V851s. I think it's somehow similar to A133 maybe, just it doesn't have lvds output, just MIPI. This is the current output now: https://pastebin.com/Jytc9iG8 anybody has an idea what I should look for?