请教大神,gcc编译Makefile,只有第一句编译了,后面的语句都没有执行,这是为什么?

2025-01-24 05:42:27
推荐回答(2个)
回答1:

你在执行make的时候,会执行第一target做总的target, 你在boot_uncert: ${OBJS1} boot_uncert.c上一行加上all:boot_uncert bootmech_2D bootmech_4D satsi_2D satsi_2D_tradeoff satsifast_2D satsi_4D satsi_4D_tradeoff satsifast_4D

回答2:

给出你编译时的图片看看