Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/08/06 23:33
Read: times


 
#118056 - Not MS-DOS
Responding to: ???'s previous message
Suzuki Tomoko said:
I've got a somewhat trivial question here, hope you don't find it annoying. How do I create a minimal keil C project ( to start the uP and enter a loop in main() ) using the A51, CX51, and BL51s under the dos environment?

What do you mean by, "the dos environment"?

These tools are all 32-bit Windows executables, so they wiil not run under true, 16-bit, MS-DOS.

However, they are all Console-Mode (ie, Command Line) executables - so you can run them from a 32-bit windows command-prompt.

With the above proviso, You can use batch files as already suggested, or any 'make' utility that you might prefer...

List of 5 messages in thread
TopicAuthorDate
Keil C Project without windows based IDE            01/01/70 00:00      
   I e-mailed you a .bat            01/01/70 00:00      
   my c.bat            01/01/70 00:00      
      c.bat            01/01/70 00:00      
   Not MS-DOS            01/01/70 00:00      

Back to Subject List