This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with glibc-2.5 on ARM


I converted my toolchain/kernel to EABI and now I can start dropbear.
Here is the new update from the debugging prints's I inserted:

root@omap5912osk:~$ dropbear -F
sizeof req = 20
offset of pad = 17
offset of nlmsghdr = 0
offset of rtgenmsg = 16
sizeof nlmsghdr = 16
sizeof rtgenmsg = 1

Looks like the problem exists only in old ABI systems.

Philip

On 10/24/06, Daniel Jacobowitz <drow@false.org> wrote:
On Tue, Oct 24, 2006 at 03:54:28PM -0400, Philip Balister wrote:
> CONFIG_AEABI is not enabled in my kernel config.
>
> I am not much of an expert in toolchain work ...

I checked with an expert, and I had it backwards; the assert is fine
for EABI.  I suppose that no one has tried this code on old-ABI ARM
since the assertion was added.

ARM is going to need a slightly different version of that file, I
guess.

--
Daniel Jacobowitz
CodeSourcery



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]