/* hello.c */
#include <stdio.h>
int main(void)
{
printf("Hello, world!\n");
return 0;
}
Compiling this code with the option -M produces:
__image.axf: hello.c
__image.axf: ...\include\...\stdio.h
Compiling this code with the options -M --no_depend_system_headers produces:
__image.axf: hello.c