@arthur I took the liberty to press the code block button (looks like this: </> ) to make the output more readable.
It looks like your /usr/include/linux/types.h file is damaged. This is what the top of that file looks on my system:
pi@raspberrypi:~ $ head /usr/include/linux/types.h
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
#include <asm/types.h>
#ifndef __ASSEMBLY__
#include <linux/posix_types.h>
Could you post yours?
"#define MY_TRANSPORT_WAIT_READY_MS 100" worked indeed !
An error-handling is better but this is already nice, my prototype is running now with and without Mysensor-gateway active.
I will look at the error led option too,
Thanks !!
;-) Arthur