Re: [gccsdk] -lOSLlib and -static no go

2013-10-07 Thread Alan Buckley
Ron wrote on Sent: Monday, Oct 07, 2013 1:32 AM: I now think that putting a lib such as libOSLib.a in SharedLibs is only appropriate if nonstatic output is required. A better place for added libraries seems to be in !GCC.arm-unknown-riscos.lib and then there is no need for -LOSLib: and setvars

Re: [gccsdk] -lOSLlib and -static no go

2013-10-07 Thread Ron
In message dub120-ds14efbda43cca2a66edd32bf0...@phx.gbl Alan Buckley alan_...@hotmail.com wrote: Ron wrote on Sent: Monday, Oct 07, 2013 1:32 AM: I now think that putting a lib such as libOSLib.a in SharedLibs is only appropriate if nonstatic output is required. A better place

Re: [gccsdk] -lOSLlib and -static no go

2013-10-07 Thread John Tytgat
In message c01b3c9653.b...@ron1954.woosh.co.nz Ron b...@woosh.co.nz wrote: I think my installation of oslib is OK, I used the softfloat GCC version from the sourceforge site. Sourceforge site ? Not riscos.info ? John. -- John Tytgat, in his comfy chair at home john.tyt...@aaug.net

Re: [gccsdk] -lOSLlib and -static no go

2013-10-07 Thread John Tytgat
In message 9cbb089753...@hobbes.bass-software.com John Tytgat john.tyt...@aaug.net wrote: In message c01b3c9653.b...@ron1954.woosh.co.nz Ron b...@woosh.co.nz wrote: I think my installation of oslib is OK, I used the softfloat GCC version from the sourceforge site.

Re: [gccsdk] -lOSLlib and -static no go

2013-10-06 Thread Lee Noar
On 06/10/13 07:01, Ron wrote: I think my installation of oslib is OK, I used the softfloat GCC version from the sourceforge site. Everything is fine until I try elf2aif on my (working OK) binary. It reports non static data is present, and when I try adding -static to the gcc commands it then

Re: [gccsdk] -lOSLlib and -static no go

2013-10-06 Thread Ron
In message 52515db5.3080...@sky.com Lee Noar leen...@sky.com wrote: On 06/10/13 07:01, Ron wrote: I think my installation of oslib is OK, I used the softfloat GCC version from the sourceforge site. Everything is fine until I try elf2aif on my (working OK) binary. It reports

Re: [gccsdk] -lOSLlib and -static no go

2013-10-06 Thread Ron
In message 525192b8.7000...@sky.com Lee Noar leen...@sky.com wrote: On 06/10/13 14:59, Ron wrote: In message 52515db5.3080...@sky.com Lee Noar leen...@sky.com wrote: On 06/10/13 07:01, Ron wrote: I think my installation of oslib is OK, I used the softfloat GCC

Re: [gccsdk] -lOSLlib and -static no go

2013-10-06 Thread Ron
In message 6f27929653.b...@ron1954.woosh.co.nz Ron b...@woosh.co.nz wrote: Just using plain libOSLib32.a in the command worked fine with a copy in the source (CSD) directory, so I new it /would/ work once it could be found. I followed up the use of -LOSLib:, and found that I had