Code:
...
[BUILD] bin-arm64-efi/acpi_settings.o
In file included from core/acpi_settings.c:34:0:
core/acpi_settings.c: In function ‘acpi_settings_fetch’:
include/errno.h:261:2: error: invalid 'asm': invalid operand prefix '%c'
__asm__ ( ".section \".einfo\", \"\", " PROGBITS_OPS "\n\t" \
^
include/errno.h:514:16: note: in expansion of macro ‘__einfo_error’
#define ENOENT __einfo_error ( EINFO_ENOENT )
^
core/acpi_settings.c:93:11: note: in expansion of macro ‘ENOENT’
return -ENOENT;
^
include/errno.h:261:2: error: invalid 'asm': invalid operand prefix '%c'
__asm__ ( ".section \".einfo\", \"\", " PROGBITS_OPS "\n\t" \
^
include/errno.h:514:16: note: in expansion of macro ‘__einfo_error’
#define ENOENT __einfo_error ( EINFO_ENOENT )
^
core/acpi_settings.c:93:11: note: in expansion of macro ‘ENOENT’
return -ENOENT;
^
include/errno.h:261:2: error: invalid 'asm': invalid operand prefix '%c'
__asm__ ( ".section \".einfo\", \"\", " PROGBITS_OPS "\n\t" \
^
include/errno.h:514:16: note: in expansion of macro ‘__einfo_error’
#define ENOENT __einfo_error ( EINFO_ENOENT )
^
core/acpi_settings.c:101:11: note: in expansion of macro ‘ENOENT’
return -ENOENT;
^
include/errno.h:261:2: error: invalid 'asm': invalid operand prefix '%c'
__asm__ ( ".section \".einfo\", \"\", " PROGBITS_OPS "\n\t" \
^
include/errno.h:514:16: note: in expansion of macro ‘__einfo_error’
#define ENOENT __einfo_error ( EINFO_ENOENT )
^
core/acpi_settings.c:101:11: note: in expansion of macro ‘ENOENT’
return -ENOENT;
^
make: *** [bin-arm64-efi/acpi_settings.o] Error 1
Code:
[BUILD] bin-arm-efi/pc_kbd.o
In file included from core/edd.c:26:0:
core/edd.c: In function ‘edd_describe’:
include/errno.h:261:2: error: invalid 'asm': invalid operand prefix '%c'
__asm__ ( ".section \".einfo\", \"\", " PROGBITS_OPS "\n\t" \
^
include/errno.h:589:17: note: in expansion of macro ‘__einfo_error’
#define ENOTSUP __einfo_error ( EINFO_ENOTSUP )
^
core/edd.c:56:9: note: in expansion of macro ‘ENOTSUP’
rc = -ENOTSUP;
^
include/errno.h:261:2: error: invalid 'asm': invalid operand prefix '%c'
__asm__ ( ".section \".einfo\", \"\", " PROGBITS_OPS "\n\t" \
^
include/errno.h:589:17: note: in expansion of macro ‘__einfo_error’
#define ENOTSUP __einfo_error ( EINFO_ENOTSUP )
^
core/edd.c:56:9: note: in expansion of macro ‘ENOTSUP’
rc = -ENOTSUP;
^
make: *** [bin-arm-efi/edd.o] Error 1