make: *** [utilities/fsl_debug_console.o] Error 1

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

make: *** [utilities/fsl_debug_console.o] Error 1

Jump to solution
4,652 Views
neilporven
Senior Contributor I

What does this mean?

 

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

Labels (1)
1 Solution
4,370 Views
BlackNight
NXP Employee
NXP Employee

Hi Neil,

your screenshot shows the problem: you only have one double quote:

pastedImage_0.png

Add another one at the beginning or remove the one at the end, and things should work?

I hope this helps,

Erich

View solution in original post

7 Replies
4,371 Views
BlackNight
NXP Employee
NXP Employee

Hi Neil,

your screenshot shows the problem: you only have one double quote:

pastedImage_0.png

Add another one at the beginning or remove the one at the end, and things should work?

I hope this helps,

Erich

4,123 Views
sanp
Contributor I

Hi,

      I am facing the below error 

13:57:33 **** Build of configuration Debug for project LPC55S06_Project_Sunjay_Test_02 ****
make -r -j8 all
Building file: ../utilities/fsl_debug_console.c
make[1]: *** [utilities/subdir.mk:22: utilities/fsl_str.o] Error 141
"make -r -j8 all" terminated with exit code 2. Build might be incomplete.

13:57:33 Build Failed. 1 errors, 0 warnings. (took 86ms)

 

How to remove this error.

Regards

Sanjay 

 

0 Kudos
4,119 Views
ErichStyger
Senior Contributor V

I recommend that you provide more information first: without the full picture, it is really hard to tell.

 

Other than that: make a clean, and check the make file/console output.

0 Kudos
4,370 Views
neilporven
Senior Contributor I

Good catch Erich!

0 Kudos
4,370 Views
TICS_Fiona
NXP Employee
NXP Employee

Hello Neil

By default, the ‘fsl_debug_console’ is under ‘Utilities’ subfolder.  Does it exist in your project view?

There should be some other message displaying before the one you attached, which show the real error cause. Could you please also paste it?

If it is due to no head file, please check the settings in <Include Path> from Project Properties.

fsl_debug_console.png

Best Regards

Fiona Kuang

TIC - Technical Information Center

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Mark Correct button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos
4,370 Views
neilporven
Senior Contributor I

Hi Xin,

This is the full console message:

12:43:35 **** Incremental Build of configuration Debug for project SDcard_Fat0.11a_b00 ****

make -j2 all

'Building file: ../utilities/fsl_debug_console.c'

'Building file: ../startup/system_MK64F12.c'

'Invoking: Cross ARM C Compiler'

arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g3 -D"CPU_MK64FX512VDC12" -I../startup -I../sdmmc_2.0.0/src" -I../fatfs_0.11a/src -I../board -I../utilities -I../CMSIS -I../drivers -std=gnu99 -MMD -MP -MF"utilities/fsl_debug_console.d" -MT"utilities/fsl_debug_console.o" -c -o "utilities/fsl_debug_console.o" "../utilities/fsl_debug_console.c"

'Invoking: Cross ARM C Compiler'

arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -Wall  -g3 -D"CPU_MK64FX512VDC12" -I../startup -I../sdmmc_2.0.0/src" -I../fatfs_0.11a/src -I../board -I../utilities -I../CMSIS -I../drivers -std=gnu99 -MMD -MP -MF"startup/system_MK64F12.d" -MT"startup/system_MK64F12.o" -c -o "startup/system_MK64F12.o" "../startup/system_MK64F12.c"

arm-none-eabi-gcc: fatal error: no input files

compilation terminated.

arm-none-eabi-gcc: fatal error: no input files

compilation terminated.

make: *** [startup/system_MK64F12.o] Error 1

make: *** Waiting for unfinished jobs....

make: *** [utilities/fsl_debug_console.o] Error 1

12:43:36 Build Finished (took 804ms)

This is the include path:

Include Path.jpg

Hopefully, you can find what's causing the errors.

Thank you,

Neil Porven

0 Kudos
4,370 Views
neilporven
Senior Contributor I

Sorry,

Here is the Project View:

Project View.jpg

Neil Porven

0 Kudos