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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/14/01 08:15
Read: times


 
#14041 - RE: conditional compile
Erik,

You don't need a c-compiler for microcontrollers, you only use the precompiler, no syntax check is done.
I tried to precompile a simple source with microsoft cl.exe

cl /EP test.c > test.txt

Don't forget to comment out all #include statements as the precompiler expands them and you will end up with more material to read than the original source.





List of 8 messages in thread
TopicAuthorDate
conditional compile            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      
RE: conditional compile J Guy            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      
RE: conditional compile            01/01/70 00:00      

Back to Subject List