I updated xc32 to v2.20 and now it doesn't find symbols defined with .equF.e: .equ reserved_3, 0b01101110111100000000111111110100and config_3: .word reseved_3 I get this from xc32-ld: test.o: In function `config_3': (DEVCFG3+0x0): undefined reference to `..
↧