Hi Sanjiv, On Thu, Jul 2, 2009 at 4:06 AM, Sanjiv Gupta<sanjiv.gupta at microchip.com> wrote:> Thanks. > This framework has made writing a driver a pleasure. It couldn't have been > easier to write a driver.Glad to hear that! -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments
-o seems ambigous. -o=<file> - Output file name // <---- here -pre-RA-sched=<string> - Example of an option that is passed to llc -save-temps - Keep temporary files =obj - Save files in the directory specified with -o // <---- and here is it suppose to be a output file name or the temp dir name? - Sanjiv
Hi, On Thu, Jul 2, 2009 at 5:21 AM, Sanjiv Gupta<sanjiv.gupta at microchip.com> wrote:> -o seems ambigous. > > [...] > is it suppose to be a output file name or the temp dir name?Unless -save-temps=obj is specified, -o is output file name. I know that it's ambiguous, but that's how it seems to be implemented in gcc 4.5 [1]. [1] http://gcc.gnu.org/gcc-4.5/changes.html -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments