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 compiler *.src file?

I use keil_c #pragma src creat *.src
file.I insert some code in *.src. How to compiler *.src to HEX file? I creat
project include *.src file.After compiler and link the file,I get many error.please help me,thank you.

Parents
  • Read the C51 User's Guide (C51.pdf) & uVision Getting Started Guide (GS51.pdf)
    - use the 'Books' tab in the uVision Project window.

    With uVision, check the 'Generate Assembler SRC file' and 'Assemble SRC File' options

Reply
  • Read the C51 User's Guide (C51.pdf) & uVision Getting Started Guide (GS51.pdf)
    - use the 'Books' tab in the uVision Project window.

    With uVision, check the 'Generate Assembler SRC file' and 'Assemble SRC File' options

Children