ARM tool chain

Ralf Corsepius ralf.corsepius at rtems.org
Thu Jan 20 13:06:36 UTC 2011


On 01/19/2011 06:16 PM, Leon Pollak wrote:
> Hello, all.
>
> Recently, I installed the new 4.11 ARM tool chain from RPMs and tried to
> compile my application, which I finished debugging in my laptop Linux.
>
> Now, each cpp file fails to compile with the same set of errors:
>
> In file included from /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/bits/postypes.h:42:0,
>                   from /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/bits/char_traits.h:42,
>                   from /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/string:42,
>                   from /Projects/CSU/src/csu.h:17,
>                   from /Projects/CSU/src/CSH.cpp:13:
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:148:11: error: '::fwide' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:149:11: error: '::fwprintf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:150:11: error: '::fwscanf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:160:11: error: '::swprintf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:162:11: error: '::swscanf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:164:11: error: '::vfwprintf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:166:11: error: '::vfwscanf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:169:11: error: '::vswprintf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:172:11: error: '::vswscanf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:174:11: error: '::vwprintf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:176:11: error: '::vwscanf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:193:11: error: '::wcstof' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:204:11: error: '::wprintf' has not been
> declared
> /opt.new/rtems-4.11/bin/../lib/gcc/arm-
> rtems4.11/4.5.2/include/c++/cwchar:205:11: error: '::wscanf' has not been
> declared
>
>
> How this can be solved?
No idea - Insufficient information.

I can't reproduce this. Do you have a piece of code to reproduce this?

Ralf



More information about the users mailing list