nexttool -getvariablevalue
Posted: 06 May 2013, 16:06
Hi all,
I'm trying to develop some batch scripts running on my computer (windows) and then I will try other scripts on my ubuntu.
So I use nexttool command. But I can't get any variables value:
return 0
I also tried :
What does src and num mean? source and number, ok but which source and which number?
Another question, the .sym file is generated by the compiler ? What does it mean? I have some ideas, but if I can have more explanation, I will enjoy it !
I'm trying to develop some batch scripts running on my computer (windows) and then I will try other scripts on my ubuntu.
So I use nexttool command. But I can't get any variables value:
Code: Select all
nexttool -getvariablevalue=x
I also tried :
Code: Select all
-poll=<src,num>
Another question, the .sym file is generated by the compiler ? What does it mean? I have some ideas, but if I can have more explanation, I will enjoy it !