next up previous contents index
Next: 3.3 Environment variables Up: 3.2 Command Line Options Previous: 3.2.10 Intermediate Dump Options   Contents   Index

3.2.11 Redirecting output on Windows Shells

By default SDCC writes its error messages to ''standard error''. To force all messages to ''standard output'' use --use-stdout. Additionally, 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)




2008-12-05