eembc / coremark

CoreMark® is an industry-standard benchmark that measures the performance of central processing units (CPU) and embedded microcrontrollers (MCU).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile:44: *** missing separator. Stop.

Frankccv opened this issue · comments

I run the command make and this is the error:
Makefile:44: *** missing separator. Stop.
Line 44 : $(error PLEASE define PORT_DIR! (e.g. make PORT_DIR=simple))

You need to specify a folder containing the port files explained in the README. The makefile tries to autodetect your system, and if it cannot, it falls back to the user-specified PORT_DIR.

Closing due to no response.