Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I've made a cross compiler using the wiki's tutorial and I've followed the Bare Bones tutorial and everything went well, until I had to use grub-mkrescue. Whenever I try to build the ISO, I get a message like this:
I've found the problem: lzma_decompress.img. The last $13 bytes causes the error. But when I delete it, the ISO builds, but when I test it, it crashes. What should I do to those bytes?
I still have the $13 bytes deleted (and backed up), but what should I do to fix it? TARGET_CFLAGS didn't do anything, and I know the bytes are involved, because it causes the decompressor to be too big. But, what should I do involving the bytes?
I found a way around this. First I normally build my BIN file, then I move the BIN file into Ubuntu and use the built in grub-mkrescue to make the ISO. It's a slower process, but it works.