Roberto Bagnara

Results 5 issues of Roberto Bagnara

More generally, there is no documentation on writing the startup script.

$ cat p.c int f (void) { _Pragma("P2");} $ gcc -c p.c $ cat p.cfg newlines = auto $ uncrustify -c p.cfg p.c Output suffix: .uncrustify Parsing: p.c as language...

C and C++11

Current Git HEAD revision gives a parse error on valid C code. Operating system is Ubuntu 20.04. ``` $ cat r.c #define EXECUTE(x, CODE) \ do { \ int i...

C and C++11

I get these warnings that I do not know how to solve: ``` [warning] Could not find dynamic library: libboost_log.so.1.74.0 [warning] Could not find dynamic library: libboost_thread.so.1.74.0 [warning] Could not...

I am sure I am missing something trivial, but here it goes: ``` $ cat hello.c #include int main() { printf("Hello world!\n"); } $ ~/zephyr-sdk-0.16.8/x86_64-zephyr-elf/bin/x86_64-zephyr-elf-gcc -v hello.c Using built-in specs....

question