Re: building image for Realtek RTS3916N mips SoC using vendor provided prebuilt external uClibc toolchain
Anders Montonen
Hi,
On 29 Dec 2021, at 9:53, davis roman <davis.roman84@...> wrote:I’m guessing that your U-Boot config doesn’t set the correct MIPS architecture revision. The compiler error shows that you’re trying to assemble a MIPS32r1 instruction, but the compiler is targeting the original MIPS1 architecture. The Realtek toolchain may have set the default architecture to match the SoC, but the fix is to update the config to match the hardware. Regards, Anders Montonen |
|