next up previous contents index
Next: 3.3 Environment variables Up: 3 Using SDCC Previous: 3.1 Compiling   Contents   Index

Subsections


3.2 Command Line Options


3.2.1 Processor Selection Options


3.2.2 Preprocessor Options


3.2.3 Linker Options


3.2.4 MCS51 Options


3.2.5 DS390 Options


3.2.6 Z80 Options


3.2.7 Optimization Options


3.2.8 Other Options


3.2.9 Intermediate Dump Options

The following options are provided for the purpose of retargetting and debugging the compiler. These provided a means to dump the intermediate code (iCode) generated by the compiler in human readable form at various stages of the compilation process.

3.2.10 Redirecting output on Windows Shells

By default SDCC writes it's error messages to ''standard error''. To force all messages to ''standard output'' use --use-stdout. Aditionaly, if you happen to have visual studio installed in your windows machine, you can use it to compile your sources using a custom build and the SDCC --vc option. Something like this should work:

c:\sdcc\bin\sdcc.exe --vc --model-large -c $(InputPath)


next up previous contents index
Next: 3.3 Environment variables Up: 3 Using SDCC Previous: 3.1 Compiling   Contents   Index
Bernhard Held 2003-08-29