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.
Hi, I have a problem with uvision4! After I compile a program and open it with the "debug" option, to simulate it, an error apperas.
--------------------------------------------------------------- Load "C:\\Keil\\C51\\Examples\\HELLO\\probia" _____^ *** error 56: can't open file ---------------------------------------------------------------
The project name is "probia" and I have a program called "berria" inside.
Any idea for what could be wrong?
Well ... now ... this is only a guess ... maybe ... the file does not exist?
Don't you sometimes wish that uVision would give more useful information?
I know that sounds kind of stupid hahaha but I mean, don't know what to do. The program is saved and the project too, so why does it say that he can't open it? Any ideas? something I shoud check or whatever?
Thanx for answering anyway : ) And sorry for my poor english V_V
I'm not trying to be funny, but have you checked the obvious?
Does the file: C:\\Keil\\C51\\Examples\\HELLO\\probia exist?
If it doesn't, then that's the problem and that's what has to be fixed.
Yes it exists. I have tried to add the files to de main project that is incuded as an"example" and doesn't work neither : \
I have also desisntalled de program and installed it again and nothing changes. I don't know what to do? I have just installed Uvision4 is there anything else I need to install in order to simulate the programs? Thanks!
Instead of adding files to one of the example, try running one of the examples as it was originally installed (i.e., unchanged).
I can simulate it!! How can that be possible!!
"How can that be possible!!"
It must be magic!
For me helps rigt click on "SourceGroup1" and then click on"rebuild all target files". After that everything works fine. :)