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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/06/02 07:00
Read: times


 
#23985 - RE: Iar -> Keil
Hi Scott,

I think the differences between IAR and Keil should be minimal. So converting from one to the other can not be too hard. Also you should try to use "#define" statements to make the same source still running on both.

Its typical, that any error can cause tons of additional messages. E.g. a wrong path or a missing include file do so.
Thus some compilers allow to stop compiling process after the first 10 errors be found.

So you can only trust the first error message.
Read it, try to solve it and then you must always compile again and so on.


Peter



List of 4 messages in thread
TopicAuthorDate
Iar -> Keil            01/01/70 00:00      
RE: Iar -> Keil            01/01/70 00:00      
RE: Iar -> Keil            01/01/70 00:00      
RE: Iar -> Keil            01/01/70 00:00      

Back to Subject List