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
  • Firstly Translate all the C files "*.C" (or press "Ctrl+F7" keys on your keyboard). Check the Build Output window for errors.

    If you don't find any errors, then Build your project (or press "F7" key).
    Once again check the Build Output window for errors (where you see Target not created). Scroll up the in that window to see the list of errors.

Reply
  • Firstly Translate all the C files "*.C" (or press "Ctrl+F7" keys on your keyboard). Check the Build Output window for errors.

    If you don't find any errors, then Build your project (or press "F7" key).
    Once again check the Build Output window for errors (where you see Target not created). Scroll up the in that window to see the list of errors.

Children