Wednesday, 19 September 2012

Re: [gccsdk] GCC file format not recognized

> -----Original Message-----
> From: Duncan Moore [mailto:duncan.moore@gmx.com]
> Sent: Tuesday, September 18, 2012 2:43 AM
> To: Antoni Sawicki
> Cc: gcc@gccsdk.riscos.info
> Subject: Re: [gccsdk] GCC file format not recognized
>
> gcc uses Unix filename semantics - these are translated behind the scenes.
> Also, for historical reasons (old limits on leafname length and number of
files
> per directory), gcc uses a non-obvious source file organisation. Name your
> file c.hello (RISC OS semantics), i.e. a file 'hello' in directory 'c'.
Then use 'gcc
> hello.c' to compile it - from the directory with 'c' in it. Similarly,
header files
> will go in a directory 'h'. When including headers though, use #include
"abc.h"
> as you would normally.
>

Thank you very much, it worked!

Antoni


_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment