WHAT IS COMMAND LINE IN KEIL? HOW TO PASS PARAMETER VIA IT? FOR COMPILING PROGRAM BY --C99 WHICH PARAMETER HAS TO BE SET
NO 1. FROM WHERE TO ENTER COMMAND UV4 -b PROJECT1.uvproj?
2. ENTERING FROM RUN COMMAND IN WINDOWS,GENERATE ERROR:
IF YOU WANT TO DO IT FROM THE RUN COMMAND YOU MUST HAVE THE UV4 APPLICATION IN YOUR SEARCH PATH. YOU HAVE SET THE PATH FOR IT TO DO THAT OF COURSE. HAVE YOU?
OR YOU CAN INCLUDE THE PATH OF THE EXECUTABLE INTO THE COMMAND LINE. YOU HAVE TRIED THAT. HAVE YOU?
SEE. YOU ARE NOT THE ONLY ONE WHO CAN SHOUT!
NOT KNOW WHERE AND WHAT IS COMMAND LINE AND FROM WHERE TO ENTER ITS PARAMETER. CAN YOU PLEASE MORE SPECIFIC BY GIVING ONE EXAMPLE HOW TO DO THAT.
I THINK YOU ARE TRYING TO DO TOO MUCH COMPLICATED STUFF BEFORE YOU KNOW THE BASIC.
I SUGGEST YOU TRY SOMETHING LIKE THIS FIRST www.computerbasicsguide.com/
CAN SOMEONE REPLY TO THIS QUESTION. HOW TO DO IT. I AM BEGINNER WITH 89C51. KINDLY DO NOT REPLY OF YOU DO NOT WANT TO ANSWER MR. ANNE-DREW.ITS NOT LIKE IT WILL GAIN POPULARITY TO YOU
BUT WHAT YOU ARE ASKING HAS NOTHING TO DO WITH 89C51 OR EVEN KEIL - IT IS BASIC PC OPERATING SKILLS!!
Go to your Keil\C51_905\C51\Hlp\ folder, and locate the GS51.chm file; it is the Keil Getting Started User's Guide for 8051 Microcontrollers.
You will also need to study the other tool Manuals:
http://www.keil.com/support/man_c51.htm
In particular, take time to work through the examples in the uVision manual:
http://www.keil.com/support/man/docs/uv4/uv4_examples.htm
Note that tool manuals are not beginner's guides - they assume that the user is already familiar with at least the basics of PC operation, microcontrollers, programming, embedded development, etc.
For basic study, see:
http://www.keil.com/books/
http://www.8052.com//tutorial
www.8052.com/.../187976
People are specifically ignoring you because you have decided to SHOUT here. Fix your keyboard - a new PC keyboard where the caps-lock isn't stuck doesn't cost much.
HERE IS A VERY USEFUL SITE FOR YOU TO VISIT BEFORE DOING ANYTHING ELSE
www.wikihow.com/Turn-Off-Caps-Lock
Its for LM3S8962. How to build with C99?
So why did you say 89C51, then??!
All the ARM tool manuals are here:
http://www.keil.com/support/man_arm.htm
You should start, as the name suggests, with the Primer:
http://www.keil.com/support/man/docs/gsac/
Again, work through the example programs in the uVision manual:
Books to help you:
Earlier I used CCS for LM3S8962. But if now shifted to Keil. So I tried 89C51 with Keil for starter, but at last have to keil for LM
Read this www.cprogramming.com/.../lesson14.html. It says "Command-line arguments are given after the name of a program in command-line operating systems like DOS or Linux, "
But how/where is place for enter the parameters.
At the command line!
Open up a command line console; e.g., select "run ...", type "cmd" and press "ok".
Then type in the command line you require.
Have to never used anything else except a GUI?
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...