workaround for "Code::Blocks" to mix c and cc sources with precompiled
workaround for "Code::Blocks" to mix c and cc sources. In CC precompiled Header very faster, but standard MinGW in c not works. Just get a message like:
warning: ./wx_pch.h.gch/Debug_HSsysInfo_wx_pch_h_gch: not for GNU C
...It may be used by computer languages as a quick path to have a compatible aeabi library.
It is not supposed to be as fast as assembler.
This project started as a laboratory to provide standalone aeabi for TCC (Tiny CC - http://savannah.nongnu.org/projects/tinycc) but may be used in any software requiring its own aeabi library.
GCC provides a much better implementation but requires gcc shared lib.
CCSH is provides a way of using C programs in the way you use shell scripts. This allows the user to only have to manage 1 file (the source file). This is also useful in heterogenious environments. The code is compiled upon execution.
In the fu