problem file .o

Asked by Amin

hello
i have problem
i have not .O file
when make file he need .O file

C:\tt>make
arm-none-eabi-gcc (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

main.c :
arm-none-eabi-gcc -c -mthumb -mcpu=cortex-m3 -mthumb-interwork -I. -std=gnu89 -g
dwarf-2 -Os -Wall -Wextra -Wp,-M,-MP,-MT,obj/main.o,-MF,obj/main.d main.c -o o
bj/main.o
arm-none-eabi-gcc: error: CreateProcess: No such file or directory
make: *** [obj/main.o] Error 1

C:\tt>

Question information

Language:
English Edit question
Status:
Solved
For:
GNU Arm Embedded Toolchain Edit question
Assignee:
No assignee Edit question
Solved by:
Amin
Solved:
Last query:
Last reply:
Revision history for this message
Joey Ye (jinyun-ye) said :
#1

This is most likely an installation issue that some modules are not found by gcc. Please re-install the toolchain and set PATH correctly according the readme.txt.

Thanks,
Joey

Revision history for this message
Amin (aminhorri) said :
#2

i tested 10 times . no answer.its problem!!