Someone can tell me wheather my order is error?

I want to make android12 code in docker , so I wrote like this:
sudo docker run -d --privileged -it
–mount type=bind,source=/datastore1/wangp/x9,target=/host
–name sd_build_x9 sd_build_3 /bin/bash

then enter docker:

sudo docker exec -it df01ded745cd /bin/bash

and when I make code get error:

make[2]: Entering directory '/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware'
/bin/sh: 1: /tool/gcc_linaro/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc: not found
Including services/spd/trusty/trusty.mk
Building x9
  CC      lib/libc/abort.c
  CC      lib/libc/assert.c
make[2]: /tool/gcc_linaro/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc: Command not found
  CC      lib/libc/exit.c
make[2]: /tool/gcc_linaro/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc: Command not found
Makefile:802: recipe for target '/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware/sml/x9/release/libc/abort.o' failed
make[2]: *** [/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware/sml/x9/release/libc/abort.o] Error 127
  CC      lib/libc/memchr.c
make[2]: *** Waiting for unfinished jobs....
Makefile:802: recipe for target '/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware/sml/x9/release/libc/assert.o' failed
make[2]: *** [/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware/sml/x9/release/libc/assert.o] Error 127
make[2]: /tool/gcc_linaro/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc: Command not found
Makefile:802: recipe for target '/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware/sml/x9/release/libc/exit.o' failed
make[2]: *** [/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware/sml/x9/release/libc/exit.o] Error 127
make[2]: /tool/gcc_linaro/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu-gcc: Command not found
Makefile:802: recipe for target '/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware/sml/x9/release/libc/memchr.o' failed
make[2]: *** [/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware/sml/x9/release/libc/memchr.o] Error 127
make[2]: Leaving directory '/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware'
sml_setup.mk:53: recipe for target 'atf_build' failed
make[1]: *** [atf_build] Error 2
make[1]: Leaving directory '/host/xinchi_x9/ptg4.1/buildsystem/atf/atf/arm-trusted-firmware'
Makefile:1429: recipe for target 'build_ap2atf' failed
make: *** [build_ap2atf] Error 1

someone can help me ? thanks !

if someone help me? I had serched the Internet and get nothing usefull information