This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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-2: armv4t-crosstool-linux-gnueabi problems


> Hi! I'm forwarding your request to the crossgcc list; I haven't seen
> this exact problem, but someone else might recognise the symptoms. It
> seems stupid of me to ask "is the execute permission bit set on the
> dropbear executable, and on /, /usr and /usr/sbin", but normally
> shared-ilbrary problems result in "File not found".
>
>     M

Hi Martin,

good hint. I thought I had checked everything, but today I found out, that there is a bug in our rootfs-builder: "/lib/ld-2.4.so" was not executable. This fixed the "Permission denied" problem.

Now we are running on EABI/NTPL and our program quits with a SEGV as expected. We have compiled gdb 6.4 for the target, but it's unable to catch the SIGSEGV:

---
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
---

And if we set a breakpoint on main() after the point where some treads have been started, the main thread stops while the other threads continue to run. Seems, that we have no benefit from moving to NTPL... :(

Kind regards
Björn


To: crossgcc@sourceware.org
Cc: martinwguy@gmail.com




--
For unsubscribe information see http://sourceware.org/lists.html#faq


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