Bug #6761
closedcannot crosscomiple ruby-trunk for arm cortex a8
Description
env:
gentoo64+ angstrom cross compile tool chain.
angstrom-2011.03-x86_64-linux-armv7a-linux-gnueabi-toolchain.tar.bz2
autoreconf
CC=arm-angstrom-linux-gnueabi-gcc env ac_cv_func_setpgrp_void=yes ./configure --host=arm-angstrom-linux-gnueabi --prefix=$HOME/work/ruby --disable-pthread --enable-shared --disable-install-doc
make
compiling vm_dump.c
compiling vm_backtrace.c
compiling thread.c
In file included from thread.c:203:
thread_pthread.c: In function 'ruby_init_stack':
thread_pthread.c:620: error: 'stack_grow_dir_detection' undeclared (first use in this function)
thread_pthread.c:620: error: (Each undeclared identifier is reported only once
thread_pthread.c:620: error: for each function it appears in.)
I have tried 1.9.2. It is okay.