Re: [dev] Was : problem building comphelper on MIPS

2010-03-20 Thread eric
Hi Caolan, Caolán McNamara a écrit : Do we have logs of the exact gcc compile and link calls between "pass" and "fail". For the moment, I don't have both logs, but only the failing one. I have searched on EIS, but we no longer have the list of cws's added between m59 and m60 ( starts at m6

Re: [dev] Was : problem building comphelper on MIPS

2010-03-20 Thread Caolán McNamara
On Sat, 2010-03-20 at 00:20 +0100, eric wrote: > About optimisation, what I have remarked, that the default value is > CDEFAULTOPT*=-O2 in solenv/inc/unxlngx.mk > > And in solenv/inc/unxlngmips.mk, there is : > CDEFAULTOPT=-Os > > Now, reading gcc documentation, I found that the last value passe

Re: [dev] Was : problem building comphelper on MIPS

2010-03-19 Thread eric
Hi Felix, Sorry for the long delay, but I'm back to the issue, because I need to fix it. Please ignore what I wrote if you already fixed the issue, and if so, please tell me how (I di't fix it correctly yet). Zhang Xiaofei a écrit : For people who don't know, I'm colleague of the author

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread Caolán McNamara
On Fri, 2010-02-05 at 10:30 +0100, eric b wrote: > Hi, > > Le 5 févr. 10 à 10:15, Caolán McNamara a écrit : > > > On Fri, 2010-02-05 at 09:19 +0100, eric b wrote: > >>> Till now we have tested DEV300_m58 and DEV300_m60, the breakage > >>> took place in the latter but not the former one. > > > > A

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread eric b
Hi, Le 5 févr. 10 à 10:15, Caolán McNamara a écrit : On Fri, 2010-02-05 at 09:19 +0100, eric b wrote: Till now we have tested DEV300_m58 and DEV300_m60, the breakage took place in the latter but not the former one. And it was *definitely* the same compiler and tool chain used in both cases

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread eric b
Hi Caolan, Le 5 févr. 10 à 10:05, Caolán McNamara a écrit : On Thu, 2010-02-04 at 07:48 +0100, eric b wrote: The first thing I found was a missing -fpic flag in the solenv/inc/ unxlngmips.mk -fpic is not missing from unxlngmips.mk. unxlngmips.mk inherits from unxlng.mk and unxlng.mk defaul

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread Caolán McNamara
On Fri, 2010-02-05 at 09:19 +0100, eric b wrote: > > Till now we have tested DEV300_m58 and DEV300_m60, the breakage > > took place in the latter but not the former one. And it was *definitely* the same compiler and tool chain used in both cases right ? And the error in question is ... comphelp

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread Caolán McNamara
On Thu, 2010-02-04 at 07:48 +0100, eric b wrote: > The first thing I found was a missing -fpic flag in the solenv/inc/ > unxlngmips.mk -fpic is not missing from unxlngmips.mk. unxlngmips.mk inherits from unxlng.mk and unxlng.mk defaults to -fpic for PICSWITCH so unless it needs to use e.g. -fPIC

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread Zhang Xiaofei
Hi Eric and all, On Thu, Feb 4, 2010 at 2:48 PM, eric b wrote: > Hi, > > > Sorry, I missed the original message, but I'll try to answer to the > original message, who is : http://www.openoffice.org/servlets/ReadMsg > ?listName=dev&msgNo=26295 > > First, I got the same issue, and I'm working on i

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread Zhang Xiaofei
Hi Eric and all, On Thu, Feb 4, 2010 at 2:48 PM, eric b wrote: > Hi, > > > Sorry, I missed the original message, but I'll try to answer to the > original message, who is : http://www.openoffice.org/servlets/ReadMsg > ?listName=dev&msgNo=26295 > > First, I got the same issue, and I'm working on i

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread eric b
Le 5 févr. 10 à 09:03, Zhang Xiaofei a écrit : Hi Eric and all, Hi Felix, For people who don't know, I'm colleague of the author of the original message, we build on Fuloong Minis, which has same processors as Gdium machines has. Ok. I observed the build output and found the switc

Re: [dev] Was : problem building comphelper on MIPS

2010-02-05 Thread Zhang Xiaofei
Hi Eric and all, On Thu, Feb 4, 2010 at 2:48 PM, eric b wrote: > Hi, > > > Sorry, I missed the original message, but I'll try to answer to the > original message, who is : http://www.openoffice.org/servlets/ReadMsg > ?listName=dev&msgNo=26295 > > First, I got the same issue, and I'm working on i

[dev] Was : problem building comphelper on MIPS

2010-02-03 Thread eric b
Hi, Sorry, I missed the original message, but I'll try to answer to the original message, who is : http://www.openoffice.org/servlets/ReadMsg? listName=dev&msgNo=26295 First, I got the same issue, and I'm working on it too : OpenOffice.org can no longer be built on it, and the breakage oc