CS Electrical And Electronics
@cselectricalandelectronics

Which is wrong in the below command (Assume CFLAGS are set) arm_none_eabi_gcc $(CFLAGS )-T*c -o out. elf

All QuestionsCategory: Embedded SystemWhich is wrong in the below command (Assume CFLAGS are set) arm_none_eabi_gcc $(CFLAGS )-T*c -o out. elf
vaishnavi.talawar asked 2 years ago

a) No, it is all correct
b) we should provide *.o instead of *.c
c) we should provide *.s instead of *.c
d) none of the above the real issue is mentioned here

1 Answers
Sunil answered 2 years ago

D