some errors to run programs build with uClibc-master

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Aug 3 09:29:50 UTC 2009


2009/8/3 Stephan Raue <mailinglists at openelec.tv>:

> - i have busybox-1.14.2 (and busybox-master) build statically for initramfs
> and shared für system. statically build busybox produces a segfault, when i
> am building busybox shared it works.

Test a simple static binary, something like:
#include <unistd.h>
int main(void) {
	char *msg = "works\n";
	return write(STDOUT_FILENO, msg, 6) != 6;
}

If that static binary also segfaults, then provide a gdb backtrace.
>
> - i have an error when gstreamers loads the plugin libgstvideo4linux2.so
> (gst-plugins-good) so i cannot use gstreamer when i am installed this
> plugin.

Which error? strace or ltrace? gdb backtrace?


More information about the uClibc mailing list