Could you please help me in resolving the "arch/arm/lib/vectors.S:87: Error: no such instruction: `b reset' ?"
Liu Wang
liuw at supermicro.com
Wed Jan 17 19:25:57 CET 2024
Hi Fabio,
Thank you for your help.
1. You are right. It is not an U-boot mainline configuration.
I am porting U-boot to our company's hardware platform https://www.supermicro.com/manuals/other/CSE-PTJBOD-CB3.pdf with SoC AST2400 from Aspeed embedded with an ARM core ARM926EJ 32-bit RISC CPU.
2. You are right. I have not exported the tool chain.
Could you please share me a link to a readme in setting up the tool chain for Ubuntu cross build environment ?
Sincerely,
Liu Wang
-----Original Message-----
From: Fabio Estevam <festevam at gmail.com>
Sent: Wednesday, January 17, 2024 6:06 AM
To: Liu Wang (HW) <liuw at supermicro.com>
Cc: u-boot at lists.denx.de
Subject: Re: Could you please help me in resolving the "arch/arm/lib/vectors.S:87: Error: no such instruction: `b reset' ?"
[CAUTION: External Mail]
On Wed, Jan 17, 2024 at 9:27 AM Liu Wang <liuw at supermicro.com> wrote:
>
> Sir/Madam,
>
> Could you please help me in resolving the "arch/arm/lib/vectors.S:87: Error: no such instruction: `b reset' ?"
>
> Sincerely,
> Liu Wang
> liuw at liuw-SYS-E100-12T-H:~/Downloads/u-boot$ make cse_ptjob_cb3_r102_defconfig
This is not a configuration supported by U-Boot mainline.
> #
> # configuration written to .config
> #
> liuw at liuw-SYS-E100-12T-H:~/Downloads/u-boot$ make all
> scripts/kconfig/conf --syncconfig Kconfig
> CFG u-boot.cfg
> GEN include/autoconf.mk
> GEN include/autoconf.mk.dep
> UPD include/generated/timestamp_autogenerated.h
> HOSTCC tools/mkenvimage.o
> HOSTLD tools/mkenvimage
> HOSTCC tools/dumpimage.o
> HOSTLD tools/dumpimage
> HOSTCC tools/mkimage.o
> HOSTLD tools/mkimage
> LD arch/arm/cpu/built-in.o
> LD arch/arm/cpu//built-in.o
> AS arch/arm/lib/vectors.o
> arch/arm/lib/vectors.S: Assembler messages:
> arch/arm/lib/vectors.S:87: Error: no such instruction: `b reset'
Have you exported the toolchain?
More information about the U-Boot
mailing list