I am trying to compile the example source code provided by NXP (frdmkl25z issdk examples algorithms sensorfusion freertos virtualshield"), to work with the NXP Sensor Fusion libraries in the FRDM KL25Z and FRMD FRDM-STBC-AGM01 development kits. But when i compile the source code example in MCUXpresso the following error appears:
6 errors(items)
fatal error: fsl_device_registers.h: No such file or directory
make: *** [source/subdir.mk:32: source/board.o] Error 1
make: *** [source/subdir.mk:32: source/clock_config.o] Error 1
make: *** [source/subdir.mk:32: source/frdm_kl25z.o] Error 1
make: *** [utilities/subdir.mk:20: utilities/fsl_debug_console.o] Error 1
make: *** Waiting for unfinished jobs....
I try adding the missing file from other KL25Z projects into the project but the compilation error keeps appearing
I ask you how I can solve this error to be able to compile the code example successfully?
I await your response
Darío