Hi, all,
In makefile of disko, also in morphine.tv, I can find out there exist "-lrt" directive in xxx.sh file which is referenced by makefile. In my ARM uclibc env, "-lrt" will cause "Segmentation fault" when running and gdb debugging, after remove "-lrt" from the LDFLAGS, no "Segmentation fault" occur. So my point is just leave what standard runtime libs to be handled by toolchain itself, not explicitly specify in LDFLAGS.
Best regards,
Alan
|