I am getting the following error when try to run make:
Makefile:1: *** missing separator. Stop.
Looks like I need to use tab on my first line.
However, first 3 lines of my Makefile is like this.
[ -z "${PROJ_DIR}" ] && PROJ_DIR=/home/my_directory
[ -z "${BASE_DIR}" ] && BASE_DIR=/home/my_directory
[ -z "${TOOLCHAIN}" ] && TOOLCHAIN=${BASE_DIR}/mips-4.3
There is no where for any space modification.
I am lost to what the error could be.
That’s not even close to correct makefile syntax.