Lakka compiliation failure with no error msg

I am trying to compile Lakka for the Asus Tinker Board on Ubuntu 16.04.4, and the build process keeps failing at the last step without giving any kind of informative error message:

Exportable Squashfs 4.0 filesystem, lzo compressed, data block size 131072 compressed data, compressed metadata, compressed fragments, no xattrs duplicates are removed Filesystem size 319516.24 Kbytes (312.03 Mbytes) 46.03% of uncompressed filesystem size (694197.79 Kbytes) Inode table size 271905 bytes (265.53 Kbytes) 36.67% of uncompressed inode table size (741508 bytes) Directory table size 351803 bytes (343.56 Kbytes) 41.17% of uncompressed directory table size (854444 bytes) Number of duplicate files found 1858 Number of inodes 22295 Number of files 21134 Number of fragments 964 Number of symbolic links 526 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 635 Number of ids (unique uids + gids) 2 Number of uids 1 root (0) Number of gids 2 root (0) unknown (81) Makefile:27: recipe for target ‘image’ failed make: *** [image] Error 1

I know this isn’t a permissions issue, because sudo is installed and configured by default on Ubuntu. Is there a package I’m still missing?

Let me know if it works.

Installing u-boot-tools did the trick. Thanks.

2 Likes