Forum Discussion
Altera_Forum
Honored Contributor
19 years agoUncompressing Linux...ERROR
Dear all, I meet a weird problem on building image. The source I use is uClinux-dist-20060803 with patch v18. There are also some custom applications added into the image. All co...
Altera_Forum
Honored Contributor
19 years agoGreat. I updated the nios2 patches to ver 21. Please check if it works for odd size gz.
SECTIONS
{
.data : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
. = ALIGN(4);
input_data_end = .;
}
}