###########
#Placa Am1772#
###########
Bom Galera o problema é o seguinte a alguns dias atrás postei umas perguntas sobre essa placa aqui mas não obtive respostas, então pesquisando na net encontrei alguns tutoriais que pensei que poderiam resolver minha vida diante dessa placa pura ilusão. O problema é que a hora de compilar o make da erro e não gera o tal arquivo necessario para a compilação de um script, tentei ignorar o erro do make pra ver e mesmo assim nada feito, estou a muito tempo sem mexer em linux e preciso muito usar a internet no própio mas está difícil, gostaria de saber se alguém poderia me ajudar, que acho que o que eu podia fazer eu já tentei, até mesmo com o ndiswrapper a hora que se roda o comando ifconfig wlan0 up ele da um erro, bom mas irei postar a sequencias de comando que segui se alguem poder me ajudar irei agradecer e por favor tenham paciencia.
-------------------------------------
root@darkstar:/driver/Am1771/Linux# cd ..
root@darkstar:/driver/Am1771# ls
Applications Include Linux MacCore README.txt Tools doc obj readme.txt
root@darkstar:/driver/Am1771# cd obj/
root@darkstar:/driver/Am1771/obj# cd x86/
root@darkstar:/driver/Am1771/obj/x86# cd 2.4.33.3/
root@darkstar:/driver/Am1771/obj/x86/2.4.33.3# ls
root@darkstar:/driver/Am1771/obj/x86/2.4.33.3# insmod .
./ ../
root@darkstar:/driver/Am1771/obj/x86/2.4.33.3# insmod ./nautilus.o
insmod: ./nautilus.o: No such file or directory
root@darkstar:/driver/Am1771/obj/x86/2.4.33.3#
Display all 3782 possibilities? (y or n)
root@darkstar:/driver/Am1771/obj/x86/2.4.33.3# insmod ./nautilus.o
insmod: ./nautilus.o: No such file or directory
root@darkstar:/driver/Am1771/obj/x86/2.4.33.3# insmod ./Nautilus.o
insmod: ./Nautilus.o: No such file or directory
root@darkstar:/driver/Am1771/obj/x86/2.4.33.3# cd ..
root@darkstar:/driver/Am1771/obj/x86# ls
2.4.33.3
root@darkstar:/driver/Am1771/obj/x86# cd ..
root@darkstar:/driver/Am1771/obj# ls
x86
root@darkstar:/driver/Am1771/obj# cd ..
root@darkstar:/driver/Am1771# ls
Applications Include Linux MacCore README.txt Tools doc obj readme.txt
root@darkstar:/driver/Am1771# cd Linux/
root@darkstar:/driver/Am1771/Linux# make -I
make: option requires an argument -- I
Usage: make [options] [target] ...
Options:
-b, -m Ignored for compatibility.
-B, --always-make Unconditionally make all targets.
-C DIRECTORY, --directory=DIRECTORY
Change to DIRECTORY before doing anything.
-d Print lots of debugging information.
--debug[=FLAGS] Print various types of debugging information.
-e, --environment-overrides
Environment variables override makefiles.
-f FILE, --file=FILE, --makefile=FILE
Read FILE as a makefile.
-h, --help Print this message and exit.
-i, --ignore-errors Ignore errors from commands.
-I DIRECTORY, --include-dir=DIRECTORY
Search DIRECTORY for included makefiles.
-j [N], --jobs[=N] Allow N jobs at once; infinite jobs with no arg.
-k, --keep-going Keep going when some targets can't be made.
-l [N], --load-average[=N], --max-load[=N]
Don't start multiple jobs unless load is below N.
-L, --check-symlink-times Use the latest mtime between symlinks and target.
-n, --just-print, --dry-run, --recon
Don't actually run any commands; just print them.
-o FILE, --old-file=FILE, --assume-old=FILE
Consider FILE to be very old and don't remake it.
-p, --print-data-base Print make's internal database.
-q, --question Run no commands; exit status says if up to date.
-r, --no-builtin-rules Disable the built-in implicit rules.
-R, --no-builtin-variables Disable the built-in variable settings.
-s, --silent, --quiet Don't echo commands.
-S, --no-keep-going, --stop
Turns off -k.
-t, --touch Touch targets instead of remaking them.
-v, --version Print the version number of make and exit.
-w, --print-directory Print the current directory.
--no-print-directory Turn off -w, even if it was turned on implicitly.
-W FILE, --what-if=FILE, --new-file=FILE, --assume-new=FILE
Consider FILE to be infinitely new.
--warn-undefined-variables Warn when an undefined variable is referenced.
This program built for i486-slackware-linux-gnu
Report bugs to <bug-make@gnu.org>
root@darkstar:/driver/Am1771/Linux# make -i -b
Generating Version.h file ...
./Tools//bco -V -i NautilusLinux
-t Include/Version.in
-o Include/Version.h
-b
make: ./Tools//bco: Command not found
make: [Include/Version.h] Error 127 (ignored)
make[1]: Entering directory `/driver/Am1771/Linux/Knet'
ld -r -o ../obj/x86/2.4.33.3/Knet.o
obj/x86/2.4.33.3/Knet.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/Knet.o
-------------------------------------------------------------
make[1]: Leaving directory `/driver/Am1771/Linux/Knet'
make[1]: Entering directory `/driver/Am1771/Linux/Khal'
make[2]: Entering directory `/driver/Am1771/Linux/Khal/Kpci'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/driver/Am1771/Linux/Khal/Kpci'
make[2]: Entering directory `/driver/Am1771/Linux/Khal/Ksram'
gcc -DCONFIG_KMOD -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -I../Include -I../../Include -c -o obj/x86/2.4.33.3/Ksram.o "Ksram.c"
Ksram.c:1: warning: -malign-functions is obsolete, use -falign-functions
ld -r -o ../obj/x86/2.4.33.3/Ksram.o
obj/x86/2.4.33.3/Ksram.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/Ksram.o
-------------------------------------------------------------
make[2]: Leaving directory `/driver/Am1771/Linux/Khal/Ksram'
make[2]: Entering directory `/driver/Am1771/Linux/Khal/Kcf'
gcc -MM -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DCONFIG_KMOD -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -I../Include -I../../Include
Kcf.c > GNUmakefile.dep
Kcf.c:0: warning: -malign-functions is obsolete, use -falign-functions
make[2]: *** No rule to make target `obj/x86/2.4.33.3/Kcf.o', needed by `../obj/x86/2.4.33.3/Kcf.o'. Stop.
make[2]: Leaving directory `/driver/Am1771/Linux/Khal/Kcf'
make[1]: [all_sub] Error 1 (ignored)
ld -r -o ../obj/x86/2.4.33.3/Khal.o
obj/x86/2.4.33.3/Khal.o obj/x86/2.4.33.3/Kpci.o obj/x86/2.4.33.3/Ksram.o obj/x86/2.4.33.3/Kcf.o obj/x86/2.4.33.3/Ksdio.o
ld: obj/x86/2.4.33.3/Kcf.o: No such file: No such file or directory
make[1]: [../obj/x86/2.4.33.3/Khal.o] Error 1 (ignored)
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/Khal.o
-------------------------------------------------------------
make[1]: Leaving directory `/driver/Am1771/Linux/Khal'
make[1]: Entering directory `/driver/Am1771/Linux/Kserial'
gcc -DCONFIG_KMOD -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -I../Include -I../../Include -c -o obj/x86/2.4.33.3/Kserial.o "Kserial.c"
Kserial.c:1: warning: -malign-functions is obsolete, use -falign-functions
ld -r -o ../obj/x86/2.4.33.3/Kserial.o
obj/x86/2.4.33.3/Kserial.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/Kserial.o
-------------------------------------------------------------
make[1]: Leaving directory `/driver/Am1771/Linux/Kserial'
make[1]: Entering directory `/driver/Am1771/Linux/Kres'
gcc -MM -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DCONFIG_KMOD -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -I../Include -I../../Include
Kres.c > GNUmakefile.dep
Kres.c:0: warning: -malign-functions is obsolete, use -falign-functions
make[1]: *** No rule to make target `obj/x86/2.4.33.3/Kres.o', needed by `../obj/x86/2.4.33.3/Kres.o'. Stop.
make[1]: Leaving directory `/driver/Am1771/Linux/Kres'
make: [all_sub] Error 1 (ignored)
for n in Applications ../MacCore; do make -C $n all || exit 1; done
make[1]: Entering directory `/driver/Am1771/Linux/Applications'
make[2]: Entering directory `/driver/Am1771/Linux/Applications/Wrapper'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/driver/Am1771/Linux/Applications/Wrapper'
make[2]: Entering directory `/driver/Am1771/Linux/Applications/Nshell'
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -I../Wrapper -I../../Include -I../../../Include -I../../../Applications/Include -c -o obj/x86/2.4.33.3/nshell_cmd_if.o "nshell_cmd_if.c"
nshell_cmd_if.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -I../Wrapper -I../../Include -I../../../Include -I../../../Applications/Include -c -o obj/x86/2.4.33.3/nshell_main.o "nshell_main.c"
nshell_main.c:1: warning: -malign-functions is obsolete, use -falign-functions
nshell_main.c: In function `parser_report_error':
nshell_main.c:99: warning: implicit declaration of function `strlen'
ld -r -s -L/driver/Am1771/Linux/lib -o ../obj/x86/2.4.33.3/Nshell.o
obj/x86/2.4.33.3/nshell_cmd_if.o obj/x86/2.4.33.3/nshell_main.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/Nshell.o
-------------------------------------------------------------
make[2]: Leaving directory `/driver/Am1771/Linux/Applications/Nshell'
make[2]: Entering directory `/driver/Am1771/Linux/Applications/Nset'
gcc -MM -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I../../Include -I../../../Include
nset.c > GNUmakefile.dep
nset.c:0: warning: -malign-functions is obsolete, use -falign-functions
make[2]: *** No rule to make target `obj/x86/2.4.33.3/nset.o', needed by `../obj/x86/2.4.33.3/Nset.o'. Stop.
make[2]: Leaving directory `/driver/Am1771/Linux/Applications/Nset'
make[1]: [all_sub] Error 1 (ignored)
for n in ../../Applications; do make -C $n all || exit 1; done
make[2]: Entering directory `/driver/Am1771/Applications'
make[3]: Entering directory `/driver/Am1771/Applications/Generated'
for n in ../Parser; do make -C $n all || exit 1; done
make[4]: Entering directory `/driver/Am1771/Applications/Parser'
/usr/bin//bison -p atlas_parser -d -v -t -o temp/atlas_parser.c atlas_parser.y
python Tools/parser_updater.py temp/atlas_parser.c ../Generated/atlas_parser.c
python Tools/parser_updater.py temp/atlas_parser.h ../Generated/atlas_parser.h
/usr/bin//bison -p nautilus_parser -d -v -t -o temp/nautilus_parser.c nautilus_parser.y
python Tools/parser_updater.py temp/nautilus_parser.c ../Generated/nautilus_parser.c
python Tools/parser_updater.py temp/nautilus_parser.h ../Generated/nautilus_parser.h
/usr/bin//bison -p sniffer_parser -d -v -t -o temp/sniffer_parser.c sniffer_parser.y
python Tools/parser_updater.py temp/sniffer_parser.c ../Generated/sniffer_parser.c
python Tools/parser_updater.py temp/sniffer_parser.h ../Generated/sniffer_parser.h
/usr/bin//bison -p spi_parser -d -v -t -o temp/spi_parser.c spi_parser.y
python Tools/parser_updater.py temp/spi_parser.c ../Generated/spi_parser.c
python Tools/parser_updater.py temp/spi_parser.h ../Generated/spi_parser.h
/usr/bin//flex -Patlas_parser -otemp/atlas_lexer.c atlas_lexer.l
python Tools/parser_updater.py temp/atlas_lexer.c ../Generated/atlas_lexer.c
/usr/bin//flex -Pnautilus_parser -otemp/nautilus_lexer.c nautilus_lexer.l
python Tools/parser_updater.py temp/nautilus_lexer.c ../Generated/nautilus_lexer.c
/usr/bin//flex -Pspi_parser -otemp/spi_lexer.c spi_lexer.l
python Tools/parser_updater.py temp/spi_lexer.c ../Generated/spi_lexer.c
-------------------------------------------------------------
# generated dir ../Generated/ from dir /
-------------------------------------------------------------
make[4]: Leaving directory `/driver/Am1771/Applications/Parser'
make[3]: Leaving directory `/driver/Am1771/Applications/Generated'
make[3]: Entering directory `/driver/Am1771/Applications/ParserIf'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/driver/Am1771/Applications/ParserIf'
make[3]: Entering directory `/driver/Am1771/Applications/ResponseHandler'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/driver/Am1771/Applications/ResponseHandler'
make[3]: Entering directory `/driver/Am1771/Applications/Nshell'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/driver/Am1771/Applications/Nshell'
make[3]: Entering directory `/driver/Am1771/Applications/UTEClient'
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/ute_client.o "ute_client.c"
ute_client.c:1: warning: -malign-functions is obsolete, use -falign-functions
ld -r -s -L/driver/Am1771/Linux/lib -o ../obj/x86/2.4.33.3/UTEClient.o
obj/x86/2.4.33.3/ute_client.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/UTEClient.o
-------------------------------------------------------------
make[3]: Leaving directory `/driver/Am1771/Applications/UTEClient'
make[3]: Entering directory `/driver/Am1771/Applications/HttpServer'
python Tools/page_generator.py Data/amd.gif Generated
python Tools/page_generator.py Data/favicon.ico Generated
python Tools/page_generator.py Data/config.html Generated
python Tools/page_generator.py Data/index.html Generated
python Tools/page_generator.py Data/join.html Generated
python Tools/page_generator.py Data/reset.html Generated
python Tools/page_generator.py Data/scan.html Generated
python Tools/page_generator.py Data/scanresult.html Generated
python Tools/page_generator.py Data/start.html Generated
python Tools/page_generator.py Data/stop.html Generated
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/amd_gif.o "Generated/amd_gif.c"
Generated/amd_gif.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/config_html.o "Generated/config_html.c"
Generated/config_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/favicon_ico.o "Generated/favicon_ico.c"
Generated/favicon_ico.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/index_html.o "Generated/index_html.c"
Generated/index_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/join_html.o "Generated/join_html.c"
Generated/join_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/reset_html.o "Generated/reset_html.c"
Generated/reset_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/scan_html.o "Generated/scan_html.c"
Generated/scan_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/scanresult_html.o "Generated/scanresult_html.c"
Generated/scanresult_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/start_html.o "Generated/start_html.c"
Generated/start_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/stop_html.o "Generated/stop_html.c"
Generated/stop_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
ld -r -s -L/driver/Am1771/Linux/lib -o obj/x86/2.4.33.3/Generated.o
Generated/obj/x86/2.4.33.3/amd_gif.o Generated/obj/x86/2.4.33.3/config_html.o Generated/obj/x86/2.4.33.3/favicon_ico.o Generated/obj/x86/2.4.33.3/index_html.o Generated/obj/x86/2.4.33.3/join_html.o Generated/obj/x86/2.4.33.3/reset_html.o Generated/obj/x86/2.4.33.3/scan_html.o Generated/obj/x86/2.4.33.3/scanresult_html.o Generated/obj/x86/2.4.33.3/start_html.o Generated/obj/x86/2.4.33.3/stop_html.o
-------------------------------------------------------------
# generated dir Generated/ from dir Data/
-------------------------------------------------------------
make[4]: Entering directory `/driver/Am1771/Applications/HttpServer/Modules'
gcc -MM -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I.. -I../../Include -I../Generated -I../../../Linux/Applications/Wrapper
http_config.c http_helper.c http_index.c http_join.c http_nshell.c http_reset.c http_scan.c http_sme_wrapper.c http_start.c > GNUmakefile.dep
http_config.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_helper.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_index.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_join.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_nshell.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_reset.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_scan.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_sme_wrapper.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_start.c:0: warning: -malign-functions is obsolete, use -falign-functions
make[4]: *** No rule to make target `obj/x86/2.4.33.3/http_config.o', needed by `../obj/x86/2.4.33.3/Modules.o'. Stop.
make[4]: Leaving directory `/driver/Am1771/Applications/HttpServer/Modules'
make[3]: [all_sub] Error 1 (ignored)
gcc -MM -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper
http_database.c http_html.c http_server.c http_socket_server.c > GNUmakefile.dep
http_database.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_html.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_server.c:0: warning: -malign-functions is obsolete, use -falign-functions
http_socket_server.c:0: warning: -malign-functions is obsolete, use -falign-functions
make[3]: *** No rule to make target `obj/x86/2.4.33.3/http_database.o', needed by `../obj/x86/2.4.33.3/HttpServer.o'. Stop.
make[3]: Leaving directory `/driver/Am1771/Applications/HttpServer'
make[2]: [all_sub] Error 1 (ignored)
make[2]: Leaving directory `/driver/Am1771/Applications'
for n in ../../Applications; do make -C $n all || exit 1; done
make[2]: Entering directory `/driver/Am1771/Applications'
make[3]: Entering directory `/driver/Am1771/Applications/Generated'
for n in ../Parser; do make -C $n all || exit 1; done
make[4]: Entering directory `/driver/Am1771/Applications/Parser'
/usr/bin//bison -p atlas_parser -d -v -t -o temp/atlas_parser.c atlas_parser.y
python Tools/parser_updater.py temp/atlas_parser.c ../Generated/atlas_parser.c
python Tools/parser_updater.py temp/atlas_parser.h ../Generated/atlas_parser.h
/usr/bin//bison -p nautilus_parser -d -v -t -o temp/nautilus_parser.c nautilus_parser.y
python Tools/parser_updater.py temp/nautilus_parser.c ../Generated/nautilus_parser.c
python Tools/parser_updater.py temp/nautilus_parser.h ../Generated/nautilus_parser.h
/usr/bin//bison -p sniffer_parser -d -v -t -o temp/sniffer_parser.c sniffer_parser.y
python Tools/parser_updater.py temp/sniffer_parser.c ../Generated/sniffer_parser.c
python Tools/parser_updater.py temp/sniffer_parser.h ../Generated/sniffer_parser.h
/usr/bin//bison -p spi_parser -d -v -t -o temp/spi_parser.c spi_parser.y
python Tools/parser_updater.py temp/spi_parser.c ../Generated/spi_parser.c
python Tools/parser_updater.py temp/spi_parser.h ../Generated/spi_parser.h
/usr/bin//flex -Patlas_parser -otemp/atlas_lexer.c atlas_lexer.l
python Tools/parser_updater.py temp/atlas_lexer.c ../Generated/atlas_lexer.c
/usr/bin//flex -Pnautilus_parser -otemp/nautilus_lexer.c nautilus_lexer.l
python Tools/parser_updater.py temp/nautilus_lexer.c ../Generated/nautilus_lexer.c
/usr/bin//flex -Pspi_parser -otemp/spi_lexer.c spi_lexer.l
python Tools/parser_updater.py temp/spi_lexer.c ../Generated/spi_lexer.c
-------------------------------------------------------------
# generated dir ../Generated/ from dir /
-------------------------------------------------------------
make[4]: Leaving directory `/driver/Am1771/Applications/Parser'
ld -r -s -L/driver/Am1771/Linux/lib -o ../obj/x86/2.4.33.3/Generated.o
obj/x86/2.4.33.3/atlas_lexer.o obj/x86/2.4.33.3/atlas_parser.o obj/x86/2.4.33.3/nautilus_lexer.o obj/x86/2.4.33.3/nautilus_parser.o obj/x86/2.4.33.3/sniffer_parser.o obj/x86/2.4.33.3/spi_lexer.o obj/x86/2.4.33.3/spi_parser.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/Generated.o
-------------------------------------------------------------
make[3]: Leaving directory `/driver/Am1771/Applications/Generated'
make[3]: Entering directory `/driver/Am1771/Applications/ParserIf'
ld -r -s -L/driver/Am1771/Linux/lib -o ../obj/x86/2.4.33.3/ParserIf.o
obj/x86/2.4.33.3/2string.o obj/x86/2.4.33.3/app_core_dbg.o obj/x86/2.4.33.3/app_notified.o obj/x86/2.4.33.3/app_sme.o obj/x86/2.4.33.3/app_switch.o obj/x86/2.4.33.3/app_umit.o obj/x86/2.4.33.3/mac_sme.o obj/x86/2.4.33.3/mac_sme_print.o obj/x86/2.4.33.3/parser.o obj/x86/2.4.33.3/target.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/ParserIf.o
-------------------------------------------------------------
make[3]: Leaving directory `/driver/Am1771/Applications/ParserIf'
make[3]: Entering directory `/driver/Am1771/Applications/ResponseHandler'
ld -r -s -L/driver/Am1771/Linux/lib -o ../obj/x86/2.4.33.3/ResponseHandler.o
obj/x86/2.4.33.3/app_sme_wrapper.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/ResponseHandler.o
-------------------------------------------------------------
make[3]: Leaving directory `/driver/Am1771/Applications/ResponseHandler'
make[3]: Entering directory `/driver/Am1771/Applications/Nshell'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/driver/Am1771/Applications/Nshell'
make[3]: Entering directory `/driver/Am1771/Applications/UTEClient'
ld -r -s -L/driver/Am1771/Linux/lib -o ../obj/x86/2.4.33.3/UTEClient.o
obj/x86/2.4.33.3/ute_client.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/UTEClient.o
-------------------------------------------------------------
make[3]: Leaving directory `/driver/Am1771/Applications/UTEClient'
make[3]: Entering directory `/driver/Am1771/Applications/HttpServer'
python Tools/page_generator.py Data/amd.gif Generated
python Tools/page_generator.py Data/favicon.ico Generated
python Tools/page_generator.py Data/config.html Generated
python Tools/page_generator.py Data/index.html Generated
python Tools/page_generator.py Data/join.html Generated
python Tools/page_generator.py Data/reset.html Generated
python Tools/page_generator.py Data/scan.html Generated
python Tools/page_generator.py Data/scanresult.html Generated
python Tools/page_generator.py Data/start.html Generated
python Tools/page_generator.py Data/stop.html Generated
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/amd_gif.o "Generated/amd_gif.c"
Generated/amd_gif.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/config_html.o "Generated/config_html.c"
Generated/config_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/favicon_ico.o "Generated/favicon_ico.c"
Generated/favicon_ico.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/index_html.o "Generated/index_html.c"
Generated/index_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/join_html.o "Generated/join_html.c"
Generated/join_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o Generated/obj/x86/2.4.33.3/reset_html.o "Generated/reset_html.c"
Generated/reset_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
ld -r -s -L/driver/Am1771/Linux/lib -o obj/x86/2.4.33.3/Generated.o
Generated/obj/x86/2.4.33.3/amd_gif.o Generated/obj/x86/2.4.33.3/config_html.o Generated/obj/x86/2.4.33.3/favicon_ico.o Generated/obj/x86/2.4.33.3/index_html.o Generated/obj/x86/2.4.33.3/join_html.o Generated/obj/x86/2.4.33.3/reset_html.o Generated/obj/x86/2.4.33.3/scan_html.o Generated/obj/x86/2.4.33.3/scanresult_html.o Generated/obj/x86/2.4.33.3/start_html.o Generated/obj/x86/2.4.33.3/stop_html.o
-------------------------------------------------------------
# generated dir Generated/ from dir Data/
-------------------------------------------------------------
make[4]: Entering directory `/driver/Am1771/Applications/HttpServer/Modules'
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I.. -I../../Include -I../Generated -I../../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_config.o "http_config.c"
http_config.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I.. -I../../Include -I../Generated -I../../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_helper.o "http_helper.c"
http_helper.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I.. -I../../Include -I../Generated -I../../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_index.o "http_index.c"
http_index.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I.. -I../../Include -I../Generated -I../../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_join.o "http_join.c"
http_join.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I.. -I../../Include -I../Generated -I../../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_nshell.o "http_nshell.c"
http_nshell.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I.. -I../../Include -I../Generated -I../../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_reset.o "http_reset.c"
http_reset.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I.. -I../../Include -I../Generated -I../../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_scan.o "http_scan.c"
http_scan.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I.. -I../../Include -I../Generated -I../../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_sme_wrapper.o "http_sme_wrapper.c"
http_sme_wrapper.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I.. -I../../Include -I../Generated -I../../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_start.o "http_start.c"
http_start.c:1: warning: -malign-functions is obsolete, use -falign-functions
ld -r -s -L/driver/Am1771/Linux/lib -o ../obj/x86/2.4.33.3/Modules.o
obj/x86/2.4.33.3/http_config.o obj/x86/2.4.33.3/http_helper.o obj/x86/2.4.33.3/http_index.o obj/x86/2.4.33.3/http_join.o obj/x86/2.4.33.3/http_nshell.o obj/x86/2.4.33.3/http_reset.o obj/x86/2.4.33.3/http_scan.o obj/x86/2.4.33.3/http_sme_wrapper.o obj/x86/2.4.33.3/http_start.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/Modules.o
-------------------------------------------------------------
make[4]: Leaving directory `/driver/Am1771/Applications/HttpServer/Modules'
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_database.o "http_database.c"
http_database.c:1: warning: -malign-functions is obsolete, use -falign-functions
http_database.c: In function `http_database_init':
http_database.c:177: warning: implicit declaration of function `memset'
http_database.c: In function `http_database_get_module_index':
http_database.c:242: warning: implicit declaration of function `strcmp'
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_html.o "http_html.c"
http_html.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_server.o "http_server.c"
http_server.c:1: warning: -malign-functions is obsolete, use -falign-functions
http_server.c: In function `http_server_process_args':
http_server.c:117: warning: implicit declaration of function `strcmp'
gcc -D__APPLICATION__ -DLINUX -I/driver/Am1771/Linux/../Include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -I/driver/Am1771/Linux/../Include -I. -IGenerated -IModules -I../Include -I../../Include -I../../Linux/Applications/Wrapper -c -o obj/x86/2.4.33.3/http_socket_server.o "http_socket_server.c"
http_socket_server.c:1: warning: -malign-functions is obsolete, use -falign-functions
ld -r -s -L/driver/Am1771/Linux/lib -o ../obj/x86/2.4.33.3/HttpServer.o
obj/x86/2.4.33.3/http_database.o obj/x86/2.4.33.3/http_html.o obj/x86/2.4.33.3/http_server.o obj/x86/2.4.33.3/http_socket_server.o obj/x86/2.4.33.3/Modules.o obj/x86/2.4.33.3/Generated.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/HttpServer.o
-------------------------------------------------------------
make[3]: Leaving directory `/driver/Am1771/Applications/HttpServer'
make[2]: Leaving directory `/driver/Am1771/Applications'
gcc -L/driver/Am1771/Linux/lib -s -lpthread -o obj/x86/2.4.33.3/UTEClient obj/x86/2.4.33.3/UTEClient.o obj/x86/2.4.33.3/Wrapper.o obj/x86/2.4.33.3/ResponseHandler.o ../../Applications/obj/x86/2.4.33.3/UTEClient.o ../../Applications/obj/x86/2.4.33.3/ResponseHandler.o ../../Applications/obj/x86/2.4.33.3/ParserIf.o ../../Applications/obj/x86/2.4.33.3/Generated.o
gcc: obj/x86/2.4.33.3/UTEClient.o: No such file or directory
gcc: obj/x86/2.4.33.3/ResponseHandler.o: No such file or directory
make[1]: [obj/x86/2.4.33.3/UTEClient] Error 1 (ignored)
gcc -L/driver/Am1771/Linux/lib -s -lpthread -o obj/x86/2.4.33.3/HttpServer obj/x86/2.4.33.3/HttpServer.o obj/x86/2.4.33.3/Wrapper.o ../../Applications/obj/x86/2.4.33.3/HttpServer.o ../../Applications/obj/x86/2.4.33.3/ParserIf.o ../../Applications/obj/x86/2.4.33.3/Generated.o
gcc: obj/x86/2.4.33.3/HttpServer.o: No such file or directory
make[1]: [obj/x86/2.4.33.3/HttpServer] Error 1 (ignored)
gcc -L/driver/Am1771/Linux/lib -s -lreadline -lpthread -lncurses -o obj/x86/2.4.33.3/Nshell obj/x86/2.4.33.3/Nshell.o obj/x86/2.4.33.3/Wrapper.o obj/x86/2.4.33.3/ResponseHandler.o ../../Applications/obj/x86/2.4.33.3/ResponseHandler.o ../../Applications/obj/x86/2.4.33.3/ParserIf.o ../../Applications/obj/x86/2.4.33.3/Generated.o
gcc: obj/x86/2.4.33.3/ResponseHandler.o: No such file or directory
make[1]: [obj/x86/2.4.33.3/Nshell] Error 1 (ignored)
gcc -L/driver/Am1771/Linux/lib -s -o obj/x86/2.4.33.3/Nset obj/x86/2.4.33.3/Nset.o
gcc: obj/x86/2.4.33.3/Nset.o: No such file or directory
gcc: no input files
make[1]: [obj/x86/2.4.33.3/Nset] Error 1 (ignored)
make[1]: Leaving directory `/driver/Am1771/Linux/Applications'
make[1]: Entering directory `/driver/Am1771/MacCore'
make[2]: Entering directory `/driver/Am1771/MacCore/Tools'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/driver/Am1771/MacCore/Tools'
make[2]: Entering directory `/driver/Am1771/MacCore/Stable'
gcc -DCONFIG_KMOD -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -I../Include -I../../Linux/Include -c -o obj/x86/2.4.33.3/StableProcess.o "StableProcess.c"
StableProcess.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -DCONFIG_KMOD -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -I../Include -I../../Linux/Include -c -o obj/x86/2.4.33.3/stable.o "stable.c"
stable.c:1: warning: -malign-functions is obsolete, use -falign-functions
gcc -DCONFIG_KMOD -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -I../Include -I../../Linux/Include -c -o obj/x86/2.4.33.3/stable_gate_hdl.o "stable_gate_hdl.c"
stable_gate_hdl.c:1: warning: -malign-functions is obsolete, use -falign-functions
ld -r -o ../obj/x86/2.4.33.3/Stable.o
obj/x86/2.4.33.3/StableProcess.o obj/x86/2.4.33.3/stable.o obj/x86/2.4.33.3/stable_gate_hdl.o
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/Stable.o
-------------------------------------------------------------
make[2]: Leaving directory `/driver/Am1771/MacCore/Stable'
make[2]: Entering directory `/driver/Am1771/MacCore/Llc'
gcc -MM -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -DCONFIG_KMOD -DEXPORT_SYMTAB -DMODULE -D__KERNEL__ -DLINUX -DCONFIG_PROC_FS -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -Wall -DNAUTILUS_CFG_PLATF_X86 -DNAUTILUS_CFG_PCI -DNAUTILUS_SYSTEM_IS_MAC_SME_TARGET -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=`uname -m` -malign-functions=4 -fno-omit-frame-pointer -Os -I/driver/Am1771/Linux/../Include -I/usr/src/linux/include -I../Include -I../../Linux/Include
llc.c llc_conv.c llc_indicate.c llc_process.c llc_res.c llc_rx.c > GNUmakefile.dep
llc.c:0: warning: -malign-functions is obsolete, use -falign-functions
llc_conv.c:0: warning: -malign-functions is obsolete, use -falign-functions
llc_indicate.c:0: warning: -malign-functions is obsolete, use -falign-functions
llc_process.c:0: warning: -malign-functions is obsolete, use -falign-functions
llc_res.c:0: warning: -malign-functions is obsolete, use -falign-functions
llc_rx.c:0: warning: -malign-functions is obsolete, use -falign-functions
make[2]: *** No rule to make target `obj/x86/2.4.33.3/llc.o', needed by `../obj/x86/2.4.33.3/Llc.o'. Stop.
make[2]: Leaving directory `/driver/Am1771/MacCore/Llc'
make[1]: [all_sub] Error 1 (ignored)
ld -r -o ../obj/x86/2.4.33.3/MacCore.o
obj/x86/2.4.33.3/Tools.o obj/x86/2.4.33.3/Stable.o obj/x86/2.4.33.3/Llc.o obj/x86/2.4.33.3/Hal.o obj/x86/2.4.33.3/Kernel.o obj/x86/2.4.33.3/MacSys.o obj/x86/2.4.33.3/QS.o obj/x86/2.4.33.3/SoftMac.o obj/x86/2.4.33.3/Mib.o obj/x86/2.4.33.3/Interfaces.o obj/x86/2.4.33.3/CryptCopy.o obj/x86/2.4.33.3/Controller.o obj/x86/2.4.33.3/RxFilter.o obj/x86/2.4.33.3/Mgmt.o
ld: obj/x86/2.4.33.3/Llc.o: No such file: No such file or directory
make[1]: [../obj/x86/2.4.33.3/MacCore.o] Error 1 (ignored)
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/MacCore.o
-------------------------------------------------------------
make[1]: Leaving directory `/driver/Am1771/MacCore'
ld -r -o ../obj/x86/2.4.33.3/Nautilus.o
obj/x86/2.4.33.3/NautilusMain.o obj/x86/2.4.33.3/Knet.o obj/x86/2.4.33.3/Khal.o obj/x86/2.4.33.3/Kserial.o obj/x86/2.4.33.3/Kres.o obj/x86/2.4.33.3/Ktrace.o obj/x86/2.4.33.3/Kthread.o ../obj/x86/2.4.33.3/MacCore.o
ld: obj/x86/2.4.33.3/Khal.o: No such file: No such file or directory
make: [../obj/x86/2.4.33.3/Nautilus.o] Error 1 (ignored)
-------------------------------------------------------------
# created ../obj/x86/2.4.33.3/Nautilus.o
-------------------------------------------------------------
touch Include/Version.in
root@darkstar:/driver/Am1771/Linux# cd ..
root@darkstar:/driver/Am1771# ls
Applications Include Linux MacCore README.txt Tools doc obj readme.txt
root@darkstar:/driver/Am1771# cd Tools/
root@darkstar:/driver/Am1771/Tools# ls
CBuild
root@darkstar:/driver/Am1771/Tools# cd ..
root@darkstar:/driver/Am1771# ls
Applications Include Linux MacCore README.txt Tools doc obj readme.txt
root@darkstar:/driver/Am1771# cd ..
root@darkstar:/driver# ls
Am1771 Am1771.tar.bz2
root@darkstar:/driver# ls
Am1771 Am1771.tar.bz2
root@darkstar:/driver# cd ..
root@darkstar:/# ls
bin dev etc lib mnt proc sbin tmp var
boot driver home media opt root sys usr
root@darkstar:/# cd driver/
root@darkstar:/driver# ls
Am1771 Am1771.tar.bz2
root@darkstar:/driver# cd Am1771
root@darkstar:/driver/Am1771# cd Linux/
root@darkstar:/driver/Am1771/Linux# ls
Am1771-inst.sh Kserial compile_in_optimized_mode.mk
Am1771.sh Kthread dbg_dirs
Applications Ktrace mips_personal.settings
Configs MacDummy mips_setup.script
GNUmakefile NautilusMain.c obj
GNUmakefile.dep NautilusMain.h platform_setup.mk
Include Nautilus_cs x86_personal.settings
Kdbg Sd_host x86_setup.script
Khal Tools xscale_personal.settings
Knet accelent_personal.settings xscale_setup.script
Kres accelent_setup.script
root@darkstar:/driver/Am1771/Linux# chmod +x A
Am1771-inst.sh Am1771.sh Applications/
root@darkstar:/driver/Am1771/Linux# chmod +x Am1771-inst.sh
root@darkstar:/driver/Am1771/Linux# chmod +x Am1771.sh
root@darkstar:/driver/Am1771/Linux# ls
Am1771-inst.sh Kserial compile_in_optimized_mode.mk
Am1771.sh Kthread dbg_dirs
Applications Ktrace mips_personal.settings
Configs MacDummy mips_setup.script
GNUmakefile NautilusMain.c obj
GNUmakefile.dep NautilusMain.h platform_setup.mk
Include Nautilus_cs x86_personal.settings
Kdbg Sd_host x86_setup.script
Khal Tools xscale_personal.settings
Knet accelent_personal.settings xscale_setup.script
Kres accelent_setup.script
root@darkstar:/driver/Am1771/Linux# ./Am1771-inst.sh
Arquivo Nautilus.o nao encontrado, compile o driver
root@darkstar:/driver/Am1771/Linux# insmod A
Am1771-inst.sh Am1771.sh Applications/
root@darkstar:/driver/Am1771/Linux# insmod A
Am1771-inst.sh Am1771.sh Applications/
root@darkstar:/driver/Am1771/Linux# insmod A
Am1771-inst.sh Am1771.sh Applications/
root@darkstar:/driver/Am1771/Linux# insmod Am1771-inst.sh
Am1771-inst.sh: Am1771-inst.sh is not an ELF file
root@darkstar:/driver/Am1771/Linux# ./ Am1771
Am1771-inst.sh Am1771.sh
root@darkstar:/driver/Am1771/Linux# ./ Am1771.sh
bash: ./: is a directory
root@darkstar:/driver/Am1771/Linux# cd <
bash: syntax error near unexpected token `newline'
root@darkstar:/driver/Am1771/Linux#
root@darkstar:/driver/Am1771/Linux# xs
>
bash: xs: command not found
root@darkstar:/driver/Am1771/Linux# cd
>
-------------
Bom aí está galera http://www.emota.com.br/wireless/am1772.html só colocando a referencia da qual obtive os scripts e as dicas.
Grato!
librePods: liberte seus AirPods em 2026
Bluefin - A nova geração de ambientes de trabalho Linux
Instalando e definindo as novas fontes Adwaita no GNOME
Configurar aviso da temperatura da CPU no Conky
Pós-instalação do elementary OS 8.1
Quer auto-organizar janelas (tiling) no seu Linux? Veja como no Plasma 6 e no Gnome
Copiando caminho atual do terminal direto para o clipboard do teclado
Instalar Dual Boot, Linux+Windows. (11)
O WiFi não reconhece minha rede depois que o processo de suspensão é r... (3)









