WHAT IS COMMAND LINE IN KEIL? HOW TO PASS PARAMETER VIA IT? FOR COMPILING PROGRAM BY --C99 WHICH PARAMETER HAS TO BE SET
That's talking about passing arguments to your program at run time from an OS such as MS-DOS or UNIX/Linux.
Do you have an OS such as MS-DOS or UNIX/Linux on your LM3S8962...?
To pass controls to the tools at build time - see the Documentation for the tools!
Have you studied the specific documentation for the Keil tools yet?
Note that your link didn't work because you put a full-stop ("period") at the end of it. Always leave clear whitespace around URLs - otherwise the "linkification" won't work. The correct link is:
www.cprogramming.com/.../lesson14.html
Aparently not! (CCS is a GUI/IDE).
But there is no need to!
As already noted, build-time controls for the tools can be specified via the GUI (uVision or CCS or whatever) - the OP needs to Please read the manual for details...
What's the world coming to?
IMHO, knowing the command line is a fundamental.
I can even get to a command line on my Android phone.
Agreed - and this thread is a perfect example!