book@Ubuntu22:~$ echo $ARCH
arm
book@Ubuntu22:~$ echo $CROSS_COMPILE
arm-buildroot-linux-gnueabihf-
book@Ubuntu22:~$ arm-buildroot-linux-gnueabihf-gcc --version
arm-buildroot-linux-gnueabihf-gcc.br_real (Buildroot 2020.02-gee85cab) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
book@Ubuntu22:~$ bear --version
bear 3.0.18
book@Ubuntu22:~$ make --version
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
book@Ubuntu22:~$ cd 100ask_imx6ull-sdk/Linux-4.9.88/
book@Ubuntu22:~/100ask_imx6ull-sdk/Linux-4.9.88$ bear make zImage -j4
Unrecognized parameter: “make”
Usage: bear [–output ] [–verbose] – …
book@Ubuntu22:~/100ask_imx6ull-sdk/Linux-4.9.88$