25Fermer27
FarewellLe 10/05/2009 à 00:34
I've edited my previous post for my account's error.
makeclean in usermode
[Folco@folco src]$ make clean
rm -f c/*.asm c/*~ c/*.o version.h *.o *~ *.tib *.lst
rm -f stdlib.bin
cd lib && make clean
make[1]: Entering directory `/mnt/Data/Programmation/Programmes/pedrom/src/lib'
rm -rf gmp mpfr may include
rm -f *.a *.o *~
make[1]: Leaving directory `/mnt/Data/Programmation/Programmes/pedrom/src/lib'
cd ../bin && make clean
make[1]: Entering directory `/mnt/Data/Programmation/Programmes/pedrom/bin'
rm -f strip *~
cd ld-tigcc && make clean
make[2]: Entering directory `/mnt/Data/Programmation/Programmes/pedrom/bin/ld-tigcc'
rm -f main.o integers.o int_arb.o manip.o constmrg.o gcunused.o reorder.o import/import.o import/imp_coff.o import/imp_amig.o import/imp_ar.o export/export.o export/exp_def.o export/exp_os.o export/exp_tios.o export/exp_ndll.o export/exp_farg.o export/exp_data.o export/exp_dbg.o bincode/fix_m68k.o bincode/fix_tios.o bincode/fix_emu.o bincode/cutrange.o insert/ins_def.o insert/model/list.o insert/kernel.o insert/comprrlc.o insert/other.o special.o dump.o ar/main.o ar/manip.o ar/import/import.o ar/import/imp_coff.o ar/import/imp_amig.o ar/export/exp_ar.o ar/dump.o integers.o main.do integers.do int_arb.do manip.do constmrg.do gcunused.do reorder.do import/import.do import/imp_coff.do import/imp_amig.do import/imp_ar.do export/export.do export/exp_def.do export/exp_os.do export/exp_tios.do export/exp_ndll.do export/exp_farg.do export/exp_data.do export/exp_dbg.do bincode/fix_m68k.do bincode/fix_tios.do bincode/fix_emu.do bincode/cutrange.do insert/ins_def.do insert/model/list.do insert/kernel.do insert/comprrlc.do insert/other.do special.do ar/main.do ar/manip.do ar/import/import.do ar/import/imp_coff.do ar/import/imp_amig.do ar/export/exp_ar.do ld-tigcc
make[2]: Leaving directory `/mnt/Data/Programmation/Programmes/pedrom/bin/ld-tigcc'
cd flashos && make clean
make[2]: Entering directory `/mnt/Data/Programmation/Programmes/pedrom/bin/flashos'
rm -f *.o *.a *~
make[2]: Leaving directory `/mnt/Data/Programmation/Programmes/pedrom/bin/flashos'
make[1]: Leaving directory `/mnt/Data/Programmation/Programmes/pedrom/bin'
[Folco@folco src]$


Success : no more .o files. Moreover, I can compile now in user mode. Here's the log, but it is very strange !
strange make in user mode
[Folco@folco src]$ make
echo " dc.b" \"`date -u +"[%Y%m%d %k:%M]"`\" > version.h
tigcc -c --cut-ranges --optimize-code -WA,-ic -WA,-i../../preos//src  -WA,-vTI89 PedroM.asm -o PedroM.89.o
68000 Assembler - version 2.71.F3w (Jul 27, 2006)
Copyright 1985 by Brian R. Anderson
AmigaDOS conversion copyright 1991 by Charlie Gibbs.
Adapted for use with Fargo by David Ellsworth.
Bugfixes and additions by Julien Muchembled, Paul Froissart and Kevin Kofler

Assembling PedroM.asm

PASS 1 line 12355
PASS 2 line 12355
End of assembly - no errors were found.
Heap usage:  -w4095,408
Total hunk sizes:  6028 code, 0 data, 0 BSS
cd ../bin && make
make[1]: Entering directory `/mnt/Data/Programmation/Programmes/pedrom/bin'
cc -Os -fomit-frame-pointer -Wall strip.c -o strip
cd ld-tigcc && make
make[2]: Entering directory `/mnt/Data/Programmation/Programmes/pedrom/bin/ld-tigcc'
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP main.c -o main.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP integers.c -o integers.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP int_arb.c -o int_arb.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP manip.c -o manip.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP constmrg.c -o constmrg.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP gcunused.c -o gcunused.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP reorder.c -o reorder.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP import/import.c -o import/import.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP import/imp_coff.c -o import/imp_coff.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP import/imp_amig.c -o import/imp_amig.o
import/imp_amig.c: In function ‘ImportAmigaOSFile’:
import/imp_amig.c:115: warning: pointer targets in passing argument 2 of ‘__builtin_strncpy’ differ in signedness
import/imp_amig.c:508: warning: pointer targets in passing argument 2 of ‘__builtin_strncpy’ differ in signedness
import/imp_amig.c:651: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
import/imp_amig.c:651: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
import/imp_amig.c:651: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
import/imp_amig.c:651: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
import/imp_amig.c:651: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
import/imp_amig.c:651: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
import/imp_amig.c:651: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
import/imp_amig.c:651: warning: pointer targets in passing argument 2 of ‘strncmp’ differ in signedness
import/imp_amig.c:668: warning: pointer targets in passing argument 2 of ‘__builtin_strncpy’ differ in signedness
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP import/imp_ar.c -o import/imp_ar.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP export/export.c -o export/export.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP export/exp_def.c -o export/exp_def.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP export/exp_os.c -o export/exp_os.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP export/exp_tios.c -o export/exp_tios.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP export/exp_ndll.c -o export/exp_ndll.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP export/exp_farg.c -o export/exp_farg.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP export/exp_data.c -o export/exp_data.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP export/exp_dbg.c -o export/exp_dbg.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP bincode/fix_m68k.c -o bincode/fix_m68k.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP bincode/fix_tios.c -o bincode/fix_tios.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP bincode/fix_emu.c -o bincode/fix_emu.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP bincode/cutrange.c -o bincode/cutrange.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP insert/ins_def.c -o insert/ins_def.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP insert/model/list.c -o insert/model/list.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP insert/kernel.c -o insert/kernel.o
insert/kernel.c: In function ‘InsertKernelLibraries’:
insert/kernel.c:332: warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness
insert/kernel.c: In function ‘InsertFargo020Libraries’:
insert/kernel.c:435: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP insert/comprrlc.c -o insert/comprrlc.o
insert/comprrlc.c: In function ‘InsertPreOsLibraries’:
insert/comprrlc.c:639: warning: pointer targets in passing argument 1 of ‘__builtin_strncpy’ differ in signedness
insert/comprrlc.c: In function ‘InsertFargo021Libraries’:
insert/comprrlc.c:871: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP insert/other.c -o insert/other.o
insert/other.c: In function ‘InsertDataVarName’:
insert/other.c:139: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP special.c -o special.o
gcc -c -g -O3 -fomit-frame-pointer -s  -W -Wall -Wwrite-strings -Wpointer-arith -DCOFF_SUPPORT -DAMIGAOS_SUPPORT -DTIOS_SUPPORT -DFLASH_OS_SUPPORT -DNOSTUB_DLL_SUPPORT -DFARGO_SUPPORT -DDATA_VAR_SUPPORT -DTIOS_FILE_SUPPORT -DTIOS_UPGRADE_FILE_SUPPORT -DDEBUGGING_INFO_SUPPORT -DCOFF_TIGCC_EXTENSIONS -DAMIGAOS_TIGCC_EXTENSIONS -DENABLE_HELP -DENABLE_STATS -DENABLE_DUMP dump.c -o dump.o
gcc -g -O3 -fomit-frame-pointer -s  main.o integers.o int_arb.o manip.o constmrg.o gcunused.o reorder.o import/import.o import/imp_coff.o import/imp_amig.o import/imp_ar.o export/export.o export/exp_def.o export/exp_os.o export/exp_tios.o export/exp_ndll.o export/exp_farg.o export/exp_data.o export/exp_dbg.o bincode/fix_m68k.o bincode/fix_tios.o bincode/fix_emu.o bincode/cutrange.o insert/ins_def.o insert/model/list.o insert/kernel.o insert/comprrlc.o insert/other.o special.o dump.o -o ld-tigcc
make[2]: Leaving directory `/mnt/Data/Programmation/Programmes/pedrom/bin/ld-tigcc'
cd flashos && make
make[2]: Entering directory `/mnt/Data/Programmation/Programmes/pedrom/bin/flashos'
tigcc -c _flash_os_header.s -o _flash_os_header.o
ar-tigcc -o flashos.a _flash_os_header.o
make[2]: Leaving directory `/mnt/Data/Programmation/Programmes/pedrom/bin/flashos'
make[1]: Leaving directory `/mnt/Data/Programmation/Programmes/pedrom/bin'
../bin/strip ../../preos//stdlib.9xz stdlib.bin
tigcc -c --cut-ranges --optimize-code -WA,-ic -WA,-i../../preos//src  -WA,-vTI89 PedroM2.asm -o PedroM2.89.o
68000 Assembler - version 2.71.F3w (Jul 27, 2006)
Copyright 1985 by Brian R. Anderson
AmigaDOS conversion copyright 1991 by Charlie Gibbs.
Adapted for use with Fargo by David Ellsworth.
Bugfixes and additions by Julien Muchembled, Paul Froissart and Kevin Kofler

Assembling PedroM2.asm

PASS 1 line 19001
PASS 2 line 19001
End of assembly - no errors were found.
Heap usage:  -w4095,408
Total hunk sizes:  10b38 code, 0 data, 0 BSS
tigcc -c --cut-ranges --optimize-code -WA,-ic -WA,-i../../preos//src  -WA,-vTI89 Bss.asm -o Bss.89.o
68000 Assembler - version 2.71.F3w (Jul 27, 2006)
Copyright 1985 by Brian R. Anderson
AmigaDOS conversion copyright 1991 by Charlie Gibbs.
Adapted for use with Fargo by David Ellsworth.
Bugfixes and additions by Julien Muchembled, Paul Froissart and Kevin Kofler

Assembling Bss.asm

PASS 1 line 1116
PASS 2 line 1116
End of assembly - no errors were found.
Heap usage:  -w4095,364
Total hunk sizes:  0 code, 0 data, 27f8 BSS
tigcc --cut-ranges --optimize-code -Os -fomit-frame-pointer -Wall -W -fno-builtin -I. -Ic -DPEDROM -DTI89 -c c/files.c -o c/files.89.o
tigcc --cut-ranges --optimize-code -Os -fomit-frame-pointer -Wall -W -fno-builtin -I. -Ic -DPEDROM -DTI89 -c c/printf.c -o c/printf.89.o
c/printf.c: In function 'vcbprintf_display_number':
c/printf.c:54: warning: dereferencing type-punned pointer will break strict-aliasing rules
tigcc --cut-ranges --optimize-code -Os -fomit-frame-pointer -Wall -W -fno-builtin -I. -Ic -DPEDROM -DTI89 -c c/clipline.c -o c/clipline.89.o
tigcc --cut-ranges --optimize-code -Os -fomit-frame-pointer -Wall -W -fno-builtin -I. -Ic -DPEDROM -DTI89 -c c/bitmap.c -o c/bitmap.89.o
tigcc --cut-ranges --optimize-code -Os -fomit-frame-pointer -Wall -W -fno-builtin -I. -Ic -DPEDROM -DTI89 -c c/qsort.c -o c/qsort.89.o
tigcc --cut-ranges --optimize-code -Os -fomit-frame-pointer -Wall -W -fno-builtin -I. -Ic -DPEDROM -DTI89 -c c/md5.c -o c/md5.89.o
tigcc --cut-ranges --optimize-code -Os -fomit-frame-pointer -Wall -W -fno-builtin -I. -Ic -DPEDROM -DTI89 -c c/float.c -o c/float.89.o
tigcc --cut-ranges --optimize-code -Os -fomit-frame-pointer -Wall -W -fno-builtin -I. -Ic -DPEDROM -DTI89 -c c/ellipse.c -o c/ellipse.89.o
tigcc --cut-ranges --optimize-code -Os -fomit-frame-pointer -Wall -W -fno-builtin -I. -Ic -DPEDROM -DTI89 -c c/side.c -o c/side.89.o
../bin/ld-tigcc/ld-tigcc -v --flash-os --flash-os-bss-start=0x5B00 --outputbin --cut-ranges --optimize-code ../bin/flashos/flashos.a PedroM.89.o PedroM2.89.o Bss.89.o c/files.89.o c/printf.89.o c/clipline.89.o c/bitmap.89.o c/qsort.89.o c/md5.89.o c/float.89.o c/ellipse.89.o c/side.89.o tools -o PedroM
Warning: Flash OS support in TIGCC is experimental.
tools: Error: Unable to open file.
Target Calculators:
  TI-89
Program Statistics:
  Program Variable Name:                    main\pedrom
  Program Variable Size:                    122247 Bytes
  BSS Size:                                 10232 Bytes
  Absolute Relocs:                          0
  Natively Emitted Relocs:                  0
  Relocs Removed by Branch Optimization:    619
  Relocs Removed by Move Optimization:      304
  Relocs Removed by Test Optimization:      10
  Relocs Removed by Calc Optimization:      13
  Relocs Removable by F-Line Jumps:         1779
  Space Saved by Range-Cutting:             1960 Bytes
mv -f PedroM-89.tib ..

[log for other calcs]

[Folco@folco src]$


Before the "make clean", I didn't get all these warnings and line relative to gcc !