This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to use gcc compiler in keil uvision4

hello i am getting problem to compile my code using gcc compiler in the keil uvision4. every time i build my code,it generate a message "target not created". please help me to set up gcc compiler environment.

Parents
  • after getting that i reached the conclusion that it is not setting up environment for arm-none-eabi-gcc compiler. while i have already given the path for this compiler.
    i have already make the environment by this eg: project->manage->components,environment....->folder extension->checked the gcc compiler
    and the path for the gcc compiler is:C:\Program Files\GNU Tools ARM Embedded\4.7 2012q4\arm-none-eabi\

Reply
  • after getting that i reached the conclusion that it is not setting up environment for arm-none-eabi-gcc compiler. while i have already given the path for this compiler.
    i have already make the environment by this eg: project->manage->components,environment....->folder extension->checked the gcc compiler
    and the path for the gcc compiler is:C:\Program Files\GNU Tools ARM Embedded\4.7 2012q4\arm-none-eabi\

Children