Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] wchar_t definition 16bit vs 32bit?


  • To: <arm-gnu@xxxxxxxxxxxxxxxx>
  • Subject: [arm-gnu] wchar_t definition 16bit vs 32bit?
  • From: "Lu Karl" <Karl.Lu@xxxxxxxxxxxxx>
  • Date: Tue, 26 Aug 2008 11:28:11 +0800

I tried to link objects generated by RealView 3.1 and arm-none-eabi
(2008q1) with arm-none-eabi-ld but it always reported "conflict
definition of wchar_t". arm-none-linux-gnueabi works well with RVDS 3.1
generated objects. It seems RVDS uses 16bit wchar_t (unsigned short)
while arm-none-eabi uses 32-bit wchar_t. Do you plan to support 16bit
wchar_t in the future version?
 
Regards
Karl Lu