Skip to content

Instantly share code, notes, and snippets.

@Frityet
Created October 29, 2021 07:36
Show Gist options
  • Save Frityet/a628abea3d3faffd30dc8d48787c7302 to your computer and use it in GitHub Desktop.
Save Frityet/a628abea3d3faffd30dc8d48787c7302 to your computer and use it in GitHub Desktop.
checking for architecture ... none
configure
{
clean = true
buildir = build
ccache = true
kind = static
arch = none
mode = release
plat = cross
host = linux
ndk_stdcxx = true
target_os = linux
}
checking for x86_64-elf-gcc ... /usr/local/x86_64-elf-gcc/bin/x86_64-elf-gcc
checking for nasm ... /usr/bin/nasm
checking for the assember (as) ... nasm
checking for the c compiler (cc) ... x86_64-elf-gcc
checking for the c compiler (cc) ... x86_64-elf-gcc
checking for the c compiler (cc) ... x86_64-elf-gcc
checking for the c compiler (cc) ... x86_64-elf-gcc
checking for the c compiler (cc) ... x86_64-elf-gcc
checking for the c compiler (cc) ... x86_64-elf-gcc
checking for the assember (as) ... nasm
checking for the assember (as) ... nasm
checking for the c compiler (cc) ... x86_64-elf-gcc
checking for the c compiler (cc) ... x86_64-elf-gcc
checking for nasm ... /usr/bin/nasm
checking for the assember (as) ... nasm
checkinfo: cannot runv(ccache --version), No such file or directory
checking for ccache ... no
[ 4%]: compiling.release kernel/cpu/interrupt_handler.asm
/usr/bin/nasm -I kernel -I kernel/lib -DQEMU -o build/LuaOS/cross/none/release/kernel/cpu/interrupt_handler.asm.o kernel/cpu/interrupt_handler.asm
checkinfo: cannot runv(ccache --version), No such file or directory
checking for ccache ... no
[ 4%]: compiling.release kernel/cpu/gdt_loader.asm
/usr/bin/nasm -I kernel -I kernel/lib -DQEMU -o build/LuaOS/cross/none/release/kernel/cpu/gdt_loader.asm.o kernel/cpu/gdt_loader.asm
checking for /usr/local/x86_64-elf-gcc/bin/x86_64-elf-gcc ... ok
checkinfo: cannot runv(ccache --version), No such file or directory
checking for ccache ... no
[ 4%]: compiling.release kernel/drivers/keyboard.asm
/usr/bin/nasm -I kernel -I kernel/lib -DQEMU -o build/LuaOS/cross/none/release/kernel/drivers/keyboard.asm.o kernel/drivers/keyboard.asm
checking for /usr/local/x86_64-elf-gcc/bin/x86_64-elf-gcc ... ok
error: @programdir/modules/private/async/runjobs.lua:232: @programdir/modules/private/action/build/object.lua:78: @programdir/modules/core/tools/nasm.lua:106: kernel/cpu/interrupt_handler.asm:58: error: impossible combination of address sizes
kernel/cpu/interrupt_handler.asm:58: error: invalid effective address
stack traceback:
[C]: in function 'error'
[@programdir/core/base/os.lua:829]: in function 'raise'
[@programdir/modules/core/tools/nasm.lua:106]: in function 'catch'
[@programdir/core/sandbox/modules/try.lua:127]: in function 'try'
[@programdir/modules/core/tools/nasm.lua:94]: in function '_compile1'
[@programdir/modules/core/tools/nasm.lua:142]:
[C]: in function 'compile'
[@programdir/modules/private/action/build/object.lua:78]: in function 'script'
[@programdir/modules/private/action/build/object.lua:91]: in function '_build_object'
[@programdir/modules/private/action/build/object.lua:116]: in function 'jobfunc'
[@programdir/modules/private/async/runjobs.lua:208]:
[C]: in function 'trycall'
[@programdir/core/sandbox/modules/try.lua:121]: in function 'try'
[@programdir/modules/private/async/runjobs.lua:201]: in function 'cotask'
[@programdir/core/base/scheduler.lua:371]:
stack traceback:
[C]: in function 'error'
@programdir/core/base/os.lua:829: in function 'raise'
@programdir/modules/private/async/runjobs.lua:232: in function 'catch'
@programdir/core/sandbox/modules/try.lua:127: in function 'try'
@programdir/modules/private/async/runjobs.lua:201: in function 'cotask'
@programdir/core/base/scheduler.lua:371: in function <@programdir/core/base/scheduler.lua:368>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment