Hello Jing,
I researched the #include “fsl_device_registers.h" and found the file included in an SDK, the KSDK.
I downloaded and installed KSDK 1.3.0 on IDE KDS 3.2.0, I am using the Windows 7 operating system. However, when I compile any project, the error below appears:
make all
Cannot run program "make": O sistema não pode encontrar o arquivo especificado.
Error: Program "make" not found in PATH
PATH=[C:\Freescale\KDS_v3\eclipse\..\bin;C:\Freescale\KDS_v3\eclipse\..\toolchain\bin;C:/Freescale/KDS_v3/eclipse//features/com.somniumtech.jre.win32.win32.x86_1.7.0.76/jre/bin/client;C:/Freescale/KDS_v3/eclipse//features/com.somniumtech.jre.win32.win32.x86_1.7.0.76/jre/bin;C:/Freescale/KDS_v3/eclipse//features/com.somniumtech.jre.win32.win32.x86_1.7.0.76/jre/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\PuTTY\;C:\Freescale\KDS_v3\eclipse]
And when I debug any project now this error appears:
Problem Occurred
An error has occurred. See error log for more details.
java.lang.NullPointerException
An error has occurred. See error log for more details.
java.lang.NullPointerException
I tried to go to Project → Properties → C / C ++ Build → Tool Chain Editor and change Gnu Make Builder to CDT internal Builder, but it didn't work. Do you know what may be causing these errors?