Hi,
I am getting this error when attempting to build my project
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_GyroRx ./14ducfg.obj
error: unresolved symbols remain
error: errors encountered during linking; "14du.out" not built
GyroRx is a function that I wanted to rename so I changed the call from the HWI properties and the function in the .c file but I get this error. If I change the function back I don't get any errors. The function call from the HWI doesn't need to be to GyroRx but the cfg wont work without it existing.
I have tried a clean to remove the .obj file but it is generated in the same way. I could keep the name as it is but it is quite inacurate now my code has evolved so it would be quite annoying if I or someone else came back to look at the code in a few months/years.
Any suggestions as to a solution would be gratefully received.
Sean