You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: