Commit Graph

4 Commits

Author SHA1 Message Date
Andrey Gusakov 8d412f9d59 Fix Rusefi Simulato compilation
This fixes:
build/obj/syscalls_cpp.o:(.bss.__dso_handle+0x0): multiple definition of `__dso_handle'
/usr/lib/gcc/x86_64-linux-gnu/7/32/crtbeginS.o:(.data.rel.local+0x0): first defined here
/usr/bin/ld: errno: TLS definition in /lib32/libc.so.6 section .tbss mismatches non-TLS reference in build/obj/syscalls_cpp.o
2023-07-06 22:08:57 -04:00
Giovanni Di Sirio 933b348fd9 Fixed C++ support in syscalls.c.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15194 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2021-12-05 08:39:16 +00:00
barthess 616d5ef60b [CPP wrappers] Syscalls cleanup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7257 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-10 18:37:21 +00:00
barthess a5ba022311 CPP wrappers ported to Chibios v3.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7118 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-03 20:23:16 +00:00