include/linux/proc_fs.h:190: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
include/linux/proc_fs.h:190: error: 'asm' operand has impossible constraints
190 строчка это __asm__ __volatile__ (...
Это может быть связанно с тем что read_proc_t *read_proc это передача указателя на функцию
Код:
typedef int (read_proc_t)(char *page, char **start, off_t off,
int count, int *eof, void *data);
Последний раз редактировалось cupper; 23.04.2010 в 22:40..