SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: pfcass on May 14, 2009, 03:03:27 PM

Title: Need to suppress "-c" compiler option for use w/ IAR compiler (iccarm.exe)
Post by: pfcass on May 14, 2009, 03:03:27 PM
I would like to use SlickEdit to build projects that were formerly build w/ the IAR IDE and its compiler, iccarm.exe.  However, it appears that this is a very non-standard compiler -- it barfs on the command line option '-c'.

I have not found a way to get SlickEdit to suppress that one.  Any suggestions?
Title: Re: Need to suppress "-c" compiler option for use w/ IAR compiler (iccarm.exe)
Post by: Graeme on May 15, 2009, 11:13:12 AM
In project properties -> tools -> select the compile tool and select release or debug build or whatever from the combo box at the top of the dialog.  You should then see the command line that you're calling the compiler with.  You can just delete the -c option from the command line string  - but then you must have had to edit that already to get the IAR compiler called, so I'm not sure I understand what you're doing?

Graeme