http://www.riscos.info/bugzilla3/show_bug.cgi?id=195


John Tytgat <john.tyt...@aaug.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |john.tyt...@aaug.net




--- Comment #1 from John Tytgat <john.tyt...@aaug.net>  2010-02-09 14:41:33 ---
I'm wondering if this isn't related to what got hinted at
<URL:http://www.riscosopen.org/forum/forums/5/topics/313?page=2#posts-2422> but
the latter is without details so we can't be sure.

Could you compile the following with GCCSDK (and UnixLib as runtime library):

--8<--
#include <stdio.h>

int
main(int argc, char *argv[])
{
  printf("%s\n", argv[0]);
  return 0;
}
--8<--

And when running I expect to see output similar to:

/ADFS::HardDisc4.$/foo/bar/test

I.e. unixified version of the full RISC OS path of your test binary.  I think
with HostFS you will have something different and that's most probably due to a
HostFS implementation problem.

-- 
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.

_______________________________________________
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

Reply via email to