Could you please help me in resolving the "arch/arm/lib/vectors.S:87: Error: no such instruction: `b reset' ?"
Fabio Estevam
festevam at gmail.com
Wed Jan 17 19:49:01 CET 2024
On Wed, Jan 17, 2024 at 3:25 PM Liu Wang <liuw at supermicro.com> wrote:
> 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 ?
You can do like this:
export ARCH=arm
export CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf-
make cse_ptjob_cb3_r102_defconfig
make
More information about the U-Boot
mailing list