Put .comments into .data section, otherwise 88k can't exec the image.
This commit is contained in:
parent
b715d5b4aa
commit
e31bed36c6
@ -31,6 +31,7 @@ SECTIONS
|
||||
{
|
||||
*(.data)
|
||||
CONSTRUCTORS;
|
||||
*(.comment)
|
||||
_edata = .;
|
||||
}
|
||||
.bss SIZEOF(.data) + ADDR(.data) :
|
||||
|
Loading…
x
Reference in New Issue
Block a user