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 104 and warning 5

I just started working on this project and have been trying to learn Dave and uVision as I go through the Hot Lessons
but I am have some trouble with a couple of things.

-When I create a new project in Dave and I generate the code it does not make a start.asm it ,makes a name_of_project.asm

- I got around that error by not add the asm file but I get a linking error of 104 and linking warning 5
Since I am new at this, I am not very familiar with the error and there does not seem to be a direct source that I can look them up in.

Any help would be greatful
Seth

Parents
  • I am not very familiar with the error and there does not seem to be a direct source that I can look them up in.

    The errors, and their descriptions, are all listed in the manuals.

    The manuals are all accessible via the 'Books' tab in the uVision Project window.

    You should be able to just click on an error/warning, pres F1 and the Help for that error should pop up.
    In the 8051 version at least, this doesn't quite work properly - you tend to get the C51 Library help instead. :-(
    However, I have found that if you make sure that a non-source editor window has the focus before you click the message & press F1 - it works!
    Maybe Keil will fix this one day?

Reply
  • I am not very familiar with the error and there does not seem to be a direct source that I can look them up in.

    The errors, and their descriptions, are all listed in the manuals.

    The manuals are all accessible via the 'Books' tab in the uVision Project window.

    You should be able to just click on an error/warning, pres F1 and the Help for that error should pop up.
    In the 8051 version at least, this doesn't quite work properly - you tend to get the C51 Library help instead. :-(
    However, I have found that if you make sure that a non-source editor window has the focus before you click the message & press F1 - it works!
    Maybe Keil will fix this one day?

Children
No data