4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 09:59:24 +08:00

3 Commits

Author SHA1 Message Date
Grissiom
01ab0c1d1e crt_init: fix hardfault in Keil toolchain when there is no cpp object
If there is no SHT$$INIT_ARRAY, calling
$Super$$__cpp_initialize__aeabi_() will fault. At least until Keil5.12
the problem still exists. So we have to initialize the C++ runtime our
own.
2015-01-22 17:27:17 +08:00
bernard
b73283135d Add cplusplus initialization for ARMCC; Fix printf issue in _sys_write. 2014-12-31 11:53:12 +08:00
Bernard Xiong
1974bec8bf [C++] fix the ctors initialization issue 2014-11-01 14:12:58 +08:00