Hi,
when I try to link a lib to my project, I get the following linker error:
mwldeppc Linker Error:
# Unsupported ELF relocation (225)
# of symbol 'dp_workingMemory_i16'
# in 'xyz.o' of archive 'xyz_lib.lib'
I looked into the relocation section with readelf -r and I suspect the problem only comes up for symbols of type R_PPC_VLE_SDA21. R_PPC_EMB_SDA21 seems to work.