I got the following errors from ld: msp430-ld: address 0xa32 of ortho section .bss is not within region data msp430-ld: address 0xa32 of ortho section .noinit is not within region data
What might be the problem? I am using the following flags in the compilation and linking line: -mmcu=msp430x169 -Wall -I -mendup-at=main -Wl,-Map,ortho.map -- Ori Idan
