Project

General

Profile

Actions

Bug #6761

closed

cannot crosscomiple ruby-trunk for arm cortex a8

Added by jinleileiking (lei king) almost 12 years ago. Updated almost 12 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
trunk
Backport:
[ruby-core:46567]

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.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0