1 open project HELLO 2 insert int e,b,c; after main 3 in project devce select extended linker 4 translate 5 debug and see that variable e ????? what is it? is it new version?
send mail for you
Please send me your c and uv2 file a don't to achieve your results so I probe with your files. holatron@seznam.cz
for example add line e=10; and you will see the same question ???? e-> ??????? what is it ;-)
I did as you suggested and I receive the following compiler warnings:
*** WARNING C280 IN LINE 24 OF HELLO.C: 'e': unreferenced local variable *** WARNING C280 IN LINE 24 OF HELLO.C: 'b': unreferenced local variable *** WARNING C280 IN LINE 24 OF HELLO.C: 'c': unreferenced local variable
no sir - variable c and b are ok and if you change e to a you will see ok adres and it is only example in real proejct on cygnal i dont see all variable
I suspect what you are seeing is the variable 'e' being optimised out because you don't use it. However, your problem description is not clear enough to be sure. Stefan
View all questions in Keil forum