Is that supposed to work and in that case how do I do it?
Just doing
The rom file size shows that the data should be included but it's all zeroed..section .ewram
.incbin "somedata.bin"
Instead doing
The size of the rom file doesn't reflect the data.section .sbss
.incbin "somedata.bin"
No warnings or errors.