On Tue, Jun 02, 2020 at 01:15:26AM +0530, Naresh Kamboju wrote:
On Mon, 1 Jun 2020 at 23:59, Russell King - ARM Linux admin linux@armlinux.org.uk wrote:
On Mon, Jun 01, 2020 at 11:01:19PM +0530, Naresh Kamboju wrote:
On Mon, 1 Jun 2020 at 22:37, Russell King - ARM Linux admin linux@armlinux.org.uk wrote:
It looks like Naresh's toolchain doesn't like the new format instructions. Which toolchain (and versions of the individual tools) are you (Naresh) using?
toolchain version is gcc-9
gcc 9 is just one part of the toolchain - that's the compiler, and actually irrelevent for the errors being reported.
It's binutils, specifically the assembler that is choking, so that's the version we really need. Something like:
arm-linux-gnueabihf-as --version
GNU assembler (GNU Binutils for Debian) 2.34
That should be recent enough, I guess it must be down to the missing patches gregkh identified.