Gerneral question about make files


hi,

would know -i , -d mean in c make file. i'm trying port arduino project native c on mcu , in make file see line. cflag -d mean?

i have seen -i , -g on web without explanation.

code: [select]
cflags += -dstdout_uart_0

thanks

-d defines value can tested using #ifdef.
-i defines path include files


Arduino Forum > Using Arduino > Programming Questions > Gerneral question about make files


arduino

Comments

Popular posts from this blog

Error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode - Raspberry Pi Forums

class MPU6050 has no member named begin

missing filename after '-o'