readme-hppa
来自「linux下编译交叉工具链的工具源码」· 代码 · 共 33 行
TXT
33 行
[See also http://parisc-linux.org/toolchain One of these days I'll have a look at what they've got there, and incorporate their patches.]-------The error../linuxthreads/sysdeps/pthread/errno-loc.c: In function `__errno_location':../linuxthreads/sysdeps/pthread/errno-loc.c:39: `pthread_descr' undeclared (first use in this function)../linuxthreads/sysdeps/pthread/errno-loc.c:39: (Each undeclared identifier is reported only once../linuxthreads/sysdeps/pthread/errno-loc.c:39: for each function it appears in.)../linuxthreads/sysdeps/pthread/errno-loc.c:39: syntax error before "self"../linuxthreads/sysdeps/pthread/errno-loc.c:40: warning: implicit declaration of function `LIBC_THREAD_GETMEM'../linuxthreads/sysdeps/pthread/errno-loc.c:40: `self' undeclared (first use in this function)../linuxthreads/sysdeps/pthread/errno-loc.c:40: `p_errnop' undeclared (first use in this function)../linuxthreads/sysdeps/pthread/errno-loc.c:40: warning: return makes pointer from integer without a castmake[2]: *** [/home/gotom/glibc/glibc-2.3.2/build/csu/errno-loc.o] Error 1make[2]: Leaving directory `/home/gotom/glibc/glibc-2.3.2/glibc-2.3.2/csu'make[1]: *** [csu/subdir_lib] Error 2means that hppa does not yet have the proper stuff for linuxthreads.Seehttp://groups.google.com/groups?selm=20030322165012%247208%40gated-at.bofh.ithttp://lists.debian.org/debian-glibc/2003/debian-glibc-200303/msg00472.htmlA set of experimental patches is athttp://www.baldric.uwo.ca/~carlos/glibc-2.3.2-patches.tar.gzbut since they touch generic code, I'm not comfortable using them in general yet.Go ahead and grab them if you want to build for hppa before hppasupport is merged into glibc.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?