你门有谁在cygwin下为mini2440编译过glibc?
版本glibc2.7
port包也打了,没有用linuxthreads
$ CC=arm-linux-gcc ../glibc-2.7/configure --host=arm-linux --prefix="/usr" --with-headers=${TARGET_PREFIX}/include
输出:
checking for .protected and .hidden assembler directive... yes
checking whether __attribute__((visibility())) is supported... no
configure: error: compiler support for visibility attribute is required
如何解决?