back | Last regenerated: 2022-04-20 17:31:36 kio |
-I /path/to/dirDefine the path to system header files for the c compiler. Normally the c compiler already knows where they are, but Assembler directives: #if, #elif, #else, #endif /bin/sdcc --nostdinc -Command Line Options: -I /path/to/dir The first one tells it to forget about the standard location for header files and the second one tells it where they actually are. Assembler directives: #if, #elif, #else, #endif Note: include directories can also be added with the assembler directive Assembler directives: #cflags Note: mind the space! |