Linaro / poplar-tools

4 stars 16 forks source link

Cannot find "poplar_layout.h" #18

Open blimjoe opened 6 years ago

blimjoe commented 6 years ago

Hi, I'm trying to build Poplar system on Debian 9. A error occured when building poplar-l-loader. /opt/gcc-linaro-7.1.1-2017.08-x86_64_arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc -c -o start.o start.S -I../poplar-arm-trusted-firmware//plat/hisilicon/poplar/include -DVERSION_MSG='"LOADER: Built 2017/12/22 11:49:22+0800 Commit-id 5dfd78a"' start.S:37:10: fatal error: poplar_layout.h: No such file or directory

include "poplar_layout.h"

      ^~~~~~~~~~~~~~~~~

compilation terminated.

Am I missing some dev packages?

shawnguo2 commented 6 years ago

The header plat/hisilicon/poplar/include/poplar_layout.h is from poplar-arm-trusted-firmware repository.