Hi,
Do you want to use only EWL library? You can use newlib library instead:
1. Delete #define fabs(x) implementation from your Main_Z4b.c file
2. Add libm library in linker settings and delete "${VLE_EWL_DIR}\lib\e200z4\fp" from Library search path

3. Select newlib in Target Processor settings

I hope it will help. :smileyhappy:
PS: If you still want to use EWL:
1. Delete Release and Debug folders from your project.
2. Delete #define fabs(x) implementation from your Main_Z4b.c file.
3. Uncheck the following settings:

4. You are welcome.
Best regards,
Dmitry