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 in keil 7.06 a

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?

Parents
  • wow - remove one bug but add two soft bugs ;-(
    after patch I see


    FIRST
    When i switch number base from HEX to DECIMAL for variable e i see ok
    but if execute printf ("Hello World %i \n",e);
    after it number base switch again to HEX - it isnt good
    Second problem only soft problem
    when i translate program and switch to debug first time all ok
    after it switch to translate and switch to debug again i see what function debug not active but if i go to function(step and so on) debug mouse - function will be select and active and all work ok
    but again it isnt good

Reply
  • wow - remove one bug but add two soft bugs ;-(
    after patch I see


    FIRST
    When i switch number base from HEX to DECIMAL for variable e i see ok
    but if execute printf ("Hello World %i \n",e);
    after it number base switch again to HEX - it isnt good
    Second problem only soft problem
    when i translate program and switch to debug first time all ok
    after it switch to translate and switch to debug again i see what function debug not active but if i go to function(step and so on) debug mouse - function will be select and active and all work ok
    but again it isnt good

Children
No data