Re: Cross compiling guile 2.0.2 on openwrt MIPS architecture.

2011-08-23 Thread Jiva bagale
Hi, I have included the results of gdb debug. http://pastebin.com/AaWX2nhT I don't have the strace results now but I will email here soon. The actual error message and the patch used is as below. The error message is here: http://pastebin.com/u1xsmKpg . The patch is this:

Re: Cross compiling guile 2.0.2 on openwrt MIPS architecture.

2011-08-21 Thread Ludovic Courtès
Hi Jiva, I’ve reproduced the error message you posted below: --8---cut here---start-8--- i18n.c: In function 'str_upcase_l': i18n.c:874:12: error: dereferencing pointer to incomplete type i18n.c:874:12: error: dereferencing pointer to incomplete type i18n.c:

Re: Cross compiling guile 2.0.2 on openwrt MIPS architecture.

2011-08-18 Thread Jiva bagale
Hi, the target have strace. I will report the results here once I can use it. I think one of the patch I was using might also have caused this issue. So i have included the original error message here. If the patch was causing this issue, It might be possible to solve this in some other way. The

Re: Cross compiling guile 2.0.2 on openwrt MIPS architecture.

2011-08-17 Thread Xiangfu Liu
On 08/17/2011 05:37 AM, Jiva bagale wrote: the target machine doesn't have gdb and backtrace so it is even difficult to find the problem. Can anyone please help to find the possible issue? then does the target have 'strace' ? maybe some help -- Best Regards Xiangfu Liu

Cross compiling guile 2.0.2 on openwrt MIPS architecture.

2011-08-16 Thread Jiva bagale
Hi, I am trying to cross compile guile 2 on MIPS architecture using Openwrt. My host machine and the target machine are little endian and both are 32 bit architecture. I managed to compile the binaries and .go files by defining GUILE_FOR_BUILD as /usr/local/bin/guile. But unfortunately, the