I've a c++ dll (.so) that I use to comunicate in a CAN-BUS via a PEAK CAN-FD interface.
Now I want to use this dll within Tiny Core but I'm facing errors compiling it with gcc (once in Tiny Core couldn't found g++ compiler).
Note: I used this dll in ubuntu, compiled with g++, now I tested compiling with gcc, also in ubuntu, and I got the same errors.
Atached I'm send errors generated by gcc compilattion in Tiny Core
Please let me know if you have some help or hint.