next up previous contents index
Next: 4.5.7 Environment Variables Up: 4.5 The PIC14 port Previous: 4.5.5 Linking and Assembling   Contents   Index

4.5.6 Command-Line Options

Besides the switches common to all SDCC backends, the PIC14 port accepts the following options (for an updated list see sdcc --help):

--debug-xtra
emit debug info in assembly output
--no-pcode-opt
disable (slightly faulty) optimization on pCode
--stack-loc
sets the lowest address of the argument passing stack (defaults to a suitably large shared databank to reduce BANKSEL overhead)
--stack-size
sets the size if the argument passing stack (default: 16, minimum: 4)
--use-non-free
make non-free device headers and libraries available in the compiler's search paths (implicit -I and -L options)



2012-12-21