I compile in Ubuntu 18. Here is error while compiling.
built ... cardengine_arm7.bin
rm /home/nott/nds/nds-bootstrap/retail/cardengine/arm7/../../nitrofiles_dec/cardengine_arm7.elf
make[3]: Leaving directory '/home/nott/nds/nds-bootstrap/retail/cardengine/arm7/build'
make[2]: lzss: Command not found
Makefile:108: recipe for target 'build' failed
make[2]: * [build] Error 127
I think it is missing lzss package. Which package should I install. I search google for lzss in debain/ubuntu but it not found yet.
The link will be in azure pipeline .yml file.
https://cdn.discordapp.com/attachments/283769550611152897/615767904926826498/lzss
Download this, chmod +x it and then dump it in the bin folder of devkitpro
https://cdn.discordapp.com/attachments/283769550611152897/615767365266833408/lzss.c
(Also, here's the modified source file that works on linux for future reference)