i'm using codewarrior ver 10.6 and MCU5606B dev board for intelligent car
i need to use floating point because i'll use IMU sensor & PID controll
so I add "include <float.h>" , plus arithmetic operation(a=a+5; , declare float a) and lib path but error occured like below


please advise how can i solve this problem?