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

error

Hi.I am almost a beginner working with ARM and i wrote a program.It has many of this error: #99: a declaration here must declare a parameter.
If you can help me i will be appreciate.

Parents
  • Well, the thing with error messages is to read them, and then fix the issue which they describe:

    
    a declaration here must declare a parameter
    
    

    So declare a parameter there, then!

    If you want more specific help, then you're going to have to show some context.

Reply
  • Well, the thing with error messages is to read them, and then fix the issue which they describe:

    
    a declaration here must declare a parameter
    
    

    So declare a parameter there, then!

    If you want more specific help, then you're going to have to show some context.

Children