Have been using unity with XC8 1.44. When upgrade compiler to latest version, 2.45, unity fails to compile with error:
unity.c:1613:: error: (712) can't generate code for this expression
The code seems simple; comparing two pointers (const char*).
if (expected != actual) <== ERROR HERE
Have been using unity with XC8 1.44. When upgrade compiler to latest version, 2.45, unity fails to compile with error:
The code seems simple; comparing two pointers (const char*).