-
Notifications
You must be signed in to change notification settings - Fork 8
Generar ISO
Cloné el repositorio y luego de ubicarme en la carpeta AmayaOS, escribi en la consola: scons iso y apareció este error:
julian@julian-Inspiron-3437:/Documentos/AmayaOS$ scons iso
scons: Reading SConscript files ...
Checking for -fno-stack-protector ... (cached) yes
Checking for -O0 ... (cached) yes
Checking for -g3 ... (cached) yes
Checking for -Wall ... (cached) yes
Checking for -W ... (cached) yes
Checking for -Wno-unused-parameter ... (cached) yes
Checking for -fno-builtin ... (cached) yes
Checking for -nostdinc ... (cached) yes
Checking for -Wno-write-strings ... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
CXX bin/bench/Main.o
In file included from :0:0:
./lib/liballoc/Default.h:167:15: warning: ‘void* operator new(long unsigned int, Address)’ is a usual (non-placement) deallocation function in C++14 (or with -fsized-deallocation) [-Wc++14-compat]
inline void * operator new(SIZE_TYPE sz, Address addr)
^
bin/bench/Main.cpp: In function ‘int main(int, char**)’:
bin/bench/Main.cpp:32:15: warning: variable ‘pid’ set but not used [-Wunused-but-set-variable]
ProcessID pid = 0;
^
bin/bench/Main.cpp: Mensajes del ensamblador:
bin/bench/Main.cpp:39: Error: unsupported instruction /Documentos/AmayaOS$ sudo scons iso
[sudo] password for julian:
scons: Reading SConscript files ...
Checking for -fno-stack-protector ... (cached) yes
Checking for -O0 ... (cached) yes
Checking for -g3 ... (cached) yes
Checking for -Wall ... (cached) yes
Checking for -W ... (cached) yes
Checking for -Wno-unused-parameter ... (cached) yes
Checking for -fno-builtin ... (cached) yes
Checking for -nostdinc ... (cached) yes
Checking for -Wno-write-strings ... (cached) yes
scons: done reading SConscript files.
scons: Building targets ...
CXX bin/bench/Main.o
In file included from :0:0:
./lib/liballoc/Default.h:167:15: warning: ‘void* operator new(long unsigned int, Address)’ is a usual (non-placement) deallocation function in C++14 (or with -fsized-deallocation) [-Wc++14-compat]
inline void * operator new(SIZE_TYPE sz, Address addr)
^
bin/bench/Main.cpp: In function ‘int main(int, char**)’:
bin/bench/Main.cpp:32:15: warning: variable ‘pid’ set but not used [-Wunused-but-set-variable]
ProcessID pid = 0;
^
bin/bench/Main.cpp: Mensajes del ensamblador:
bin/bench/Main.cpp:39: Error: unsupported instruction mov' bin/bench/Main.cpp:40: Error: unsupported instruction mov'
bin/bench/Main.cpp:43: Error: unsupported instruction mov' bin/bench/Main.cpp:44: Error: unsupported instruction mov'
bin/bench/Main.cpp:49: Error: unsupported instruction mov' bin/bench/Main.cpp:50: Error: unsupported instruction mov'
bin/bench/Main.cpp:53: Error: unsupported instruction mov' bin/bench/Main.cpp:54: Error: unsupported instruction mov'
bin/bench/Main.cpp:58: Error: unsupported instruction mov' bin/bench/Main.cpp:59: Error: unsupported instruction mov'
bin/bench/Main.cpp:60: Error: unsupported instruction mov' bin/bench/Main.cpp:61: Error: unsupported instruction mov'
bin/bench/Main.cpp:67: Error: unsupported instruction mov' bin/bench/Main.cpp:68: Error: unsupported instruction mov'
bin/bench/Main.cpp:69: Error: unsupported instruction mov' bin/bench/Main.cpp:70: Error: unsupported instruction mov'
bin/bench/Main.cpp:73: Error: unsupported instruction mov' bin/bench/Main.cpp:74: Error: unsupported instruction mov'
bin/bench/Main.cpp:75: Error: unsupported instruction mov' bin/bench/Main.cpp:76: Error: unsupported instruction mov'
bin/bench/Main.cpp:79: Error: unsupported instruction mov' bin/bench/Main.cpp:80: Error: unsupported instruction mov'
bin/bench/Main.cpp:82: Error: unsupported instruction mov' bin/bench/Main.cpp:83: Error: unsupported instruction mov'
bin/bench/Main.cpp:87: Error: unsupported instruction mov' bin/bench/Main.cpp:88: Error: unsupported instruction mov'
bin/bench/Main.cpp:90: Error: unsupported instruction mov' bin/bench/Main.cpp:91: Error: unsupported instruction mov'
scons: *** [bin/bench/Main.o] Error 1
scons: building terminated because of errors.
julian@julian-Inspiron-3437:mov' bin/bench/Main.cpp:40: Error: unsupported instruction mov'
bin/bench/Main.cpp:43: Error: unsupported instruction mov' bin/bench/Main.cpp:44: Error: unsupported instruction mov'
bin/bench/Main.cpp:49: Error: unsupported instruction mov' bin/bench/Main.cpp:50: Error: unsupported instruction mov'
bin/bench/Main.cpp:53: Error: unsupported instruction mov' bin/bench/Main.cpp:54: Error: unsupported instruction mov'
bin/bench/Main.cpp:58: Error: unsupported instruction mov' bin/bench/Main.cpp:59: Error: unsupported instruction mov'
bin/bench/Main.cpp:60: Error: unsupported instruction mov' bin/bench/Main.cpp:61: Error: unsupported instruction mov'
bin/bench/Main.cpp:67: Error: unsupported instruction mov' bin/bench/Main.cpp:68: Error: unsupported instruction mov'
bin/bench/Main.cpp:69: Error: unsupported instruction mov' bin/bench/Main.cpp:70: Error: unsupported instruction mov'
bin/bench/Main.cpp:73: Error: unsupported instruction mov' bin/bench/Main.cpp:74: Error: unsupported instruction mov'
bin/bench/Main.cpp:75: Error: unsupported instruction mov' bin/bench/Main.cpp:76: Error: unsupported instruction mov'
bin/bench/Main.cpp:79: Error: unsupported instruction mov' bin/bench/Main.cpp:80: Error: unsupported instruction mov'
bin/bench/Main.cpp:82: Error: unsupported instruction mov' bin/bench/Main.cpp:83: Error: unsupported instruction mov'
bin/bench/Main.cpp:87: Error: unsupported instruction mov' bin/bench/Main.cpp:88: Error: unsupported instruction mov'
bin/bench/Main.cpp:90: Error: unsupported instruction mov' bin/bench/Main.cpp:91: Error: unsupported instruction mov'
scons: *** [bin/bench/Main.o] Error 1
scons: building terminated because of errors.
###¿Saben porque pasa esto?