Hello all,
I've successfully made a
Poky image using Yocto (& meta-riscv) for the StarFive VisionFive 2 board.
As Qt is one of the go-to applications for embedded GUI devices I'm interested to see if its possible to build it for this board (a similar process can achieved for the RPi4). Naturally the VisionFive 2 board isn't
officially supported by the Qt company so this process may end up hugely complex & frustrating.
I've made a start trying to compile qtbase but I'm getting the following:
When trying to compile{standard input}: Assembler messages:
{standard input}:6003: Error: unrecognized opcode `pause', extension `zihintpause' required
{standard input}:6302: Error: unrecognized opcode `pause', extension `zihintpause' required
When trying to co
mpile qlogging.cpp. Would anyone have an idea the reason?
Thanks,
Owen