make: *** [utilities/fsl_debug_console.o] Error 1 make: *** Waiting for unfinished jobs... By the way, I am not using fsl_debug_console. How do I correct this? Thanks, Neil Porven Solved! Go to Solution. Labels: General 1 ...
Comment on lines -67 to -68 #else #include "fsl_debug_console.h" Collaborator krish2718 Oct 17, 2024 isn't this for non-zephyr? commit log says it's unused in Zephyr? Contributor Author MaochenWang1 Oct 17, 2024 "fsl_debug_console.h" is a NXP header file, should be removed...
I have changed in fsl_debug_console.h to: (maybe this is not the correct changes that should be done?) #define SDK_DEBUGCONSOLE 0U #define _SDK_DEBUGCONSOLE_UART > What's the IDE you are using now? IAR Thank you very much for any idea, ...