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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/10/01 14:34
Read: times


 
#11486 - RE: Keil with Paulmon
Hi Luis,

you must make a copy of "startup.a51" into your project and search the line "CSEG AT 0000H" and change it to "CSEG AT 2000H"
Then assemble it and link it to your project.

Thus, why professional developers avoid Windows-IDE and use always command line compiling.
The Windows-IDE have the option to change something and tell it was done, but in real it was not done right.
The command line need to read the manuals to understand, what happens. But then, all what you input on the command line, exactly this was also done, no more or less.


Peter


List of 8 messages in thread
TopicAuthorDate
Keil with Paulmon            01/01/70 00:00      
RE: Keil with Paulmon            01/01/70 00:00      
RE: Keil with Paulmon            01/01/70 00:00      
RE: Keil with Paulmon            01/01/70 00:00      
RE: Keil with Paulmon            01/01/70 00:00      
RE: Keil with Paulmon            01/01/70 00:00      
RE: Compiler IDE            01/01/70 00:00      
IDE/Command-line            01/01/70 00:00      

Back to Subject List