crust-firmware / crust

SCP (power management) firmware for sunxi SoCs
Other
150 stars 34 forks source link

Missing include path when compiling tools as standalone #170

Closed gatuno closed 4 years ago

gatuno commented 4 years ago

Type of issue

Bug Report

Description

When compiling the tools as standalone (without the firmware), running only make tools, the compilation fails with the error:

fatal error: exception.h: No such file or directory

in the tools/Makefile is missing one more include: cppflags-y += -I$(SRC)/include/common/arch