2011-12-01 3 views
0

를 사용하는 m68k에 대한 후원을 컴파일, 나는 실행크로스 워드 프로세서를 사용 bjam

다음과 같은 오류를 제공
$ echo "using gcc : m68k : /opt/freescale/usr/local/gcc-4.2.125-eglibc-2.5.125/m68k-linux/bin/m68k-linux-gnu-g++ ;" > tools/build/v2/user-config.jam 
$ ./bootstrap.sh 
$ ./bjam -d2 --toolset=gcc-m68k '-sBUILD=release static multi/single' link=static --prefix=/home/damann/coldfire/boost --layout=system --with-filesystem --with-system --with-thread --with-serialization --with-date_time install 

: 그것은 비록

사용자 설정이 무시되고있는 것 같다
error: toolset gcc initialization: 
error: version 'm68k' requested but 'g++-m68k' not found and version '4.4.3' of default 'g++' does not match 
error: initialized from 
/home/damann/boost_1_48_0/tools/build/v2/build/toolset.jam:38: in toolset.using from module toolset 
/home/damann/boost_1_48_0/tools/build/v2/build-system.jam:481: in process-explicit-toolset-requests from module build-system 
/home/damann/boost_1_48_0/tools/build/v2/build-system.jam:562: in load from module build-system 
/home/damann/boost_1_48_0/tools/build/v2/kernel/modules.jam:283: in import from module modules 
/home/damann/boost_1_48_0/tools/build/v2/kernel/bootstrap.jam:142: in boost-build from module 
/home/damann/boost_1_48_0/boost-build.jam:17: in module scope from module 

, 읽고있다 (--debug-configuration 동안)

답변

0

발견 (적어도 리눅스에서) bjam 또한 사용자의 homedir에서 user-config.jam을 찾는다 - 그리고 나는 (내가 이전 빌드에서 잊어 버렸던) 것을 가지고있다. 그래서 저것은 나의 노력을 무시하고 있었다.

관련 문제