Kompilátor mi napíše:
cxacru-fw.c:1: error: stray ‘\357’ in program
cxacru-fw.c:1: error: stray ‘\273’ in program
cxacru-fw.c:1: error: stray ‘\277’ in program
cxacru-fw.c:24:19: error: stdio.h: No such file or directory
cxacru-fw.c:25:19: error: fcntl.h: No such file or directory
cxacru-fw.c:26:20: error: unistd.h: No such file or directory
cxacru-fw.c:27:19: error: error.h: No such file or directory
cxacru-fw.c:28:18: error: argp.h: No such file or directory
cxacru-fw.c:29:20: error: stdint.h: No such file or directory
cxacru-fw.c:30:22: error: sys/stat.h: No such file or directory
cxacru-fw.c:31:22: error: sys/mman.h: No such file or directory
cxacru-fw.c:32:20: error: endian.h: No such file or directory
cxacru-fw.c:33:22: error: byteswap.h: No such file or directory
cxacru-fw.c:36: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘le16_to_cpup’
cxacru-fw.c:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘le32_to_cpup’
cxacru-fw.c:43: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
cxacru-fw.c:140: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘parse_opts’
cxacru-fw.c:168: error: variable ‘argp’ has initializer but incomplete type
cxacru-fw.c:168: warning: excess elements in struct initializer
cxacru-fw.c:168: warning: (near initialization for ‘argp’)
cxacru-fw.c:168: error: ‘parse_opts’ undeclared here (not in a function)
cxacru-fw.c:168: warning: excess elements in struct initializer
cxacru-fw.c:168: warning: (near initialization for ‘argp’)
cxacru-fw.c:168: warning: excess elements in struct initializer
cxacru-fw.c:168: warning: (near initialization for ‘argp’)
cxacru-fw.c:168: warning: excess elements in struct initializer
cxacru-fw.c:168: warning: (near initialization for ‘argp’)
cxacru-fw.c: In function ‘main’:
cxacru-fw.c:174: error: storage size of ‘instat’ isn’t known
cxacru-fw.c:175: error: ‘uint8_t’ undeclared (first use in this function)
cxacru-fw.c:175: error: (Each undeclared identifier is reported only once
cxacru-fw.c:175: error: for each function it appears in.)
cxacru-fw.c:175: error: ‘buf’ undeclared (first use in this function)
cxacru-fw.c:175: error: ‘fw’ undeclared (first use in this function)
cxacru-fw.c:178: error: ‘NULL’ undeclared (first use in this function)
cxacru-fw.c:180: error: ‘O_RDONLY’ undeclared (first use in this function)
cxacru-fw.c:182: error: ‘errno’ undeclared (first use in this function)
cxacru-fw.c:189: error: ‘PROT_READ’ undeclared (first use in this function)
cxacru-fw.c:189: error: ‘MAP_PRIVATE’ undeclared (first use in this function)
cxacru-fw.c:198: error: ‘O_WRONLY’ undeclared (first use in this function)
cxacru-fw.c:198: error: ‘O_CREAT’ undeclared (first use in this function)
cxacru-fw.c:198: error: ‘O_EXCL’ undeclared (first use in this function)
cxacru-fw.c:199: error: ‘S_IRUSR’ undeclared (first use in this function)
cxacru-fw.c:199: error: ‘S_IWUSR’ undeclared (first use in this function)
cxacru-fw.c:199: error: ‘S_IRGRP’ undeclared (first use in this function)
cxacru-fw.c:199: error: ‘S_IWGRP’ undeclared (first use in this function)
cxacru-fw.c:199: error: ‘S_IROTH’ undeclared (first use in this function)
cxacru-fw.c:199: error: ‘S_IWOTH’ undeclared (first use in this function)
cxacru-fw.c:208: warning: incompatible implicit declaration of built-in function ‘printf’