Hi
I'm using AWR1642 BOOST. The QSPI Flash on my board is Macronix, so the default qspi flash driver doesn't work. It assert using spansion part. I checked the .mk file and add qspiflash_device_macronix.c to makefile. But when I use nmake.exe to make the makefile in drivers\qspiflash. It turns out an error:
../../common/mmwave_sdk.mk(19): fatal error U1036 Syntax error: too many on the left side of '='
how can I fix the error, or is there any other way to make the makefile?
Thank you!