Re: Warnings on '$\\'

2023-04-14 Thread Martin Dorey
> Without the '$\\' syntax, I get everything on one line I didn't understand that until I'd tried it. With just \ as line ending, the G_TRACE macro definition ends up on one line. With \\ as line ending, it ends up with \\ as line ending. With $\\ as line ending, it ends up with \, line

Reg: How to enable extension in Riscv (A,B,M,C...)

2023-04-14 Thread Saragadam Harshavardhan
Hi, I am working on the RISCV 64 tool using spike simulator and gnu tool chain I am unable to run the atomic and other instructions which are having extensions and in my gnu toolchain all the extensions are available can any one please help me how to enable the extensions and run these test files

Warnings on '$\\'

2023-04-14 Thread Gisle Vanem
In a makefile I have the need to generate a multi-line C-macro (for use in Glib): g_trace.h: Makefile $(file > $@,$(trace_h)) define trace_h #define G_TRACE(level, fmt, ...) $\\ do { $\\ if (_g_trace_level() >=