We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
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?