Help with compiling Quectel CM linux

I am trying to follow the instructions to install Quectel-CM, but I keep running into this error upon running the CROSS_COMPILE command:

jons@jon-21mecto1ww:~/Downloads/Quectel_QConnectManager_Linux-main$ sudo make CROSS_COMPILE=quectelCM
rm -rf .o libmnl/.o quectel-CM quectel-atc-proxy
quectelCMgcc -Wall -Wextra -Werror -O1 quectel-atc-proxy.c atchannel.c at_tok.c util.c -o quectel-atc-proxy -lpthread -ldl -lrt
make: quectelCMgcc: No such file or directory
make: *** [Makefile:34: atc-proxy] Error 127

Any advice would be appreciated

Hi,@jwronski
Please use the “sudo make” command to compile. It seems that you have set the prefix of the cross-compilation toolchain incorrectly.