Question: 03:11:12 **** Incremental Build of configuration Debug for project Module5Project1 **** make -j12 all arm-none-eabi-gcc -mcpu=cortex-m4 -g -DDEBUG -c -x assembler-with-cpp -MMD -MP -MFStartup/startup_stm32f334c8tx.d -MTStartup/startup_stm32f334c8tx.o

03:11:12 **** Incremental Build of configuration Debug for project Module5Project1 ****

make -j12 all

arm-none-eabi-gcc -mcpu=cortex-m4 -g -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"Startup/startup_stm32f334c8tx.d" -MT"Startup/startup_stm32f334c8tx.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Startup/startup_stm32f334c8tx.o" "../Startup/startup_stm32f334c8tx.s"

arm-none-eabi-gcc -mcpu=cortex-m4 -g -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"Src/Button_Drivers.d" -MT"Src/Button_Drivers.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Src/Button_Drivers.o" "../Src/Button_Drivers.s"

arm-none-eabi-gcc -mcpu=cortex-m4 -g -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"Src/LED_Button_Demo.d" -MT"Src/LED_Button_Demo.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Src/LED_Button_Demo.o" "../Src/LED_Button_Demo.s"

arm-none-eabi-gcc -mcpu=cortex-m4 -g -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"Src/LED_Drivers.d" -MT"Src/LED_Drivers.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Src/LED_Drivers.o" "../Src/LED_Drivers.s"

arm-none-eabi-gcc -mcpu=cortex-m4 -g -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"Inc/Equates.d" -MT"Inc/Equates.o" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "Inc/Equates.o" "../Inc/Equates.s"

C:\Users\Kyler\AppData\Local\Temp\cc8e0MiC.s: Assembler messages:

C:\Users\Kyler\AppData\Local\Temp\cc8e0MiC.s:10: Error: can't open Equates.s for reading: No such file or directory

C:\Users\Kyler\AppData\Local\Temp\ccmiPZMG.s: Assembler messages:

C:\Users\Kyler\AppData\Local\Temp\ccmiPZMG.s:10: Error: can't open Equates.s for reading: No such file or directory

make: *** [Src/subdir.mk:25: Src/Button_Drivers.o] Error 1

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

make: *** [Src/subdir.mk:25: Src/LED_Drivers.o] Error 1

"make -j12 all" terminated with exit code 2. Build might be incomplete.

i keep getting these errors in IDE what can I do to fix this.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!