This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642: mmWaveSDK 2.0 QSPIFlash makefile

Part Number: AWR1642

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!