2012-05-01 10 views
0

私は、uclinuxのクロスコンパイラツールチェーンを使用してSTLPortをコンパイルしようとしていました。 STLPortライブラリのルートフォルダのINSTALLによると、新しいtoolchaineを追加したい場合は、最も近いtoolchaineを見つけてコンパイラ用に変更する必要があります。 gcc.makを選択し、gccをarm-linux-gccに、C++をarm-linux-C++に変更します。コンパイル時にこのエラーが発生しました。arm-linux-gccでSTLPortをコンパイルすると、不明なエラーが発生する

.../../src/num_get_float.cpp:44:6: #error Unknown endianness. 
../../src/num_get_float.cpp: In function `double stlpmtx_std::_Stl_atod(char*, 
    int, int)': 
../../src/num_get_float.cpp:728: error: 'struct _ll::<anonymous>' has no member 
    named 'hi' 
../../src/num_get_float.cpp:729: error: 'struct _ll::<anonymous>' has no member 
    named 'lo' 
../../src/num_get_float.cpp:736: error: 'struct _ll::<anonymous>' has no member 
    named 'hi' 
../../src/num_get_float.cpp:737: error: 'struct _ll::<anonymous>' has no member 
    named 'lo' 

このエラーは何ですか? arm-linux-gcc上でSTLPort用に適切なMakefileを作るにはどうすればいいですか?

EDIT:エラーは、最初の答えによって固定されているが、私は別のエラーを持っている:
*注意: を私はコードをコンパイルしようとすると、メイクファイルは、私にこの文章を取得します! *
このmakefileはシステムロケールを使用しようとしますが、これはすべてのglibcフレーバーでうまく動作しない可能性があります。 ビルドが失敗した場合、STLportの 用C-ロケールのみのバージョンを構築し、最終的に私がc_local.cために、このエラーを得たであろうgcc.makに頼るください

In file included from c_locale.c:32: 
arm-linux-gcc -I../stlport -W -Wno-sign-compare -Wno-unused -Wno-uninitialized -D_STLP_USE_GLIBC -D_STLP_REAL_LOCALE_IMPLEMENTED -O2 -fpic c_locale.c -c -o ../lib/obj/GCC/ReleaseD/c_locale.o 
c_locale_glibc/c_locale_glibc.c: In function `_Find_locale': 
c_locale_glibc/c_locale_glibc.c:118: warning: return makes pointer from integer without a cast 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_decimal_point': 
c_locale_glibc/c_locale_glibc.c:242: error: `DECIMAL_POINT' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c:242: error: (Each undeclared identifier is reported only once 
c_locale_glibc/c_locale_glibc.c:242: error: for each function it appears in.) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_thousands_sep': 
c_locale_glibc/c_locale_glibc.c:246: error: `THOUSANDS_SEP' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_grouping': 
c_locale_glibc/c_locale_glibc.c:250: error: `GROUPING' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_int_curr_symbol': 
c_locale_glibc/c_locale_glibc.c:289: error: `INT_CURR_SYMBOL' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_currency_symbol': 
c_locale_glibc/c_locale_glibc.c:292: error: `CURRENCY_SYMBOL' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_mon_decimal_point': 
c_locale_glibc/c_locale_glibc.c:295: error: `MON_DECIMAL_POINT' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_mon_thousands_sep': 
c_locale_glibc/c_locale_glibc.c:298: error: `MON_THOUSANDS_SEP' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_mon_grouping': 
c_locale_glibc/c_locale_glibc.c:301: error: `MON_GROUPING' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_positive_sign': 
c_locale_glibc/c_locale_glibc.c:304: error: `POSITIVE_SIGN' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_negative_sign': 
c_locale_glibc/c_locale_glibc.c:307: error: `NEGATIVE_SIGN' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_int_frac_digits': 
c_locale_glibc/c_locale_glibc.c:310: error: `INT_FRAC_DIGITS' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_frac_digits': 
c_locale_glibc/c_locale_glibc.c:313: error: `FRAC_DIGITS' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_p_cs_precedes': 
c_locale_glibc/c_locale_glibc.c:316: error: `P_CS_PRECEDES' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_p_sep_by_space': 
c_locale_glibc/c_locale_glibc.c:319: error: `P_SEP_BY_SPACE' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_p_sign_posn': 
c_locale_glibc/c_locale_glibc.c:322: error: `P_SIGN_POSN' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_n_cs_precedes': 
c_locale_glibc/c_locale_glibc.c:325: error: `N_CS_PRECEDES' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_n_sep_by_space': 
c_locale_glibc/c_locale_glibc.c:328: error: `N_SEP_BY_SPACE' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_n_sign_posn': 
c_locale_glibc/c_locale_glibc.c:331: error: `N_SIGN_POSN' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `_Locale_ctype_create': 
c_locale_glibc/c_locale_glibc.c:485: error: `_NL_CTYPE_TOLOWER_EL' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c:487: error: `_NL_CTYPE_TOUPPER_EL' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c: In function `cname_lookup': 
c_locale_glibc/c_locale_glibc.c:526: error: `_NL_CTYPE_NAMES_EL' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c:531: error: `_NL_CTYPE_HASH_SIZE' undeclared (first use in this function) 
c_locale_glibc/c_locale_glibc.c:532: error: `_NL_CTYPE_HASH_LAYERS' undeclared (first use in this function) 
make: *** [../lib/obj/GCC/ReleaseD/c_locale.o] Error 1 

私はこのエラーはに関連していると思いますメークファイルの注意。 問題を解決するにはどうすればよいですか?何がgcc.makの出席のためのリゾートですか?

答えて

1

uclinuxを実行するARMプロセッサのエンディアンをチェックします。次に、このエラーを回避するために、gcc -D_STLP_BIG_ENDIAN ...またはgcc -D_STLP_LITTLE_ENDIAN ...をあなたのMakefileで実行してみることができます。

関連する問題