[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] Helmut-branch doesn't compile



Hi,

I checked out Helmut's branch tonight, but it won't compile using
Vincent's cross-compiler package:

Error #1:

../fatfs.c: In function 'get_bpb':
../fatfs.c:5174:9: error: variable 'fvi' set but not used
[-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

make[2]: *** [fatfs.o] Error 1
make[2]: Leaving directory
`/home/joska/mintstuff/freemint-helmut/sys/.compile_col'
make[1]: *** [_stmp_col] Error 2
make[1]: Leaving directory `/home/joska/mintstuff/freemint-helmut/sys'
make: *** [col] Error 2


Error #2:

m68k-atari-mint-gcc -nostdlib -Wl,--entry -Wl,_init -o ../xaaesv4e.km
-I.. -I../../../sys -D__KERNEL_MODULE__ -DMODULE_NAME=XaAES
-DRSCNAME="\"xaaes015.rsc\"" -DRSCFILE_VERSION=\"0.1.5\"
-DWIDGNAME="\"xaaeswdg.rsc\"" -DRSCHNAME="\"xaaes.h\""
-DWIDGHNAME="\"xaaeswdg.h\"" -DWDIALOG_WDLG=1	 -DWDIALOG_LBOX=1
-DWDIALOG_FNTS=1	 -DWDIALOG_FSLX=0	 -DWDIALOG_PDLG=1	 -DM68040
-DCOLDFIRE -DGENERATE_DIAGS=0 -DDEBUG_CONTROL=0 -DBOOTLOG=1 -mcpu=5475
-mshort  -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline
-Wshadow -Wpointer-arith -Wcast-qual about.o adi.o adiload.o app_man.o
cnf_xaaes.o c_keybd.o c_message.o c_mouse.o c_window.o xacookie.o
debug.o desktop.o draw_obj.o form.o global.o handler.o init.o info.o
k_init.o k_keybd.o k_main.o k_mouse.o k_shutdown.o matchpat.o menuwidg.o
messages.o mscall.o mvdi.o nkcc.o obtree.o rectlist.o render_obj.o
scrlobjc.o semaphores.o sys_proc.o taskman.o trnfm.o util.o widgets.o
win_draw.o xa_appl.o xa_bubble.o xa_evnt.o xa_fnts.o xa_form.o xa_fsel.o
xa_fslx.o xa_global.o xa_graf.o xa_lbox.o xa_menu.o xa_objc.o xa_pdlg.o
xa_rsrc.o xa_scrp.o xa_shel.o xa_strings.o xa_vdi.o xa_wdlg.o xa_wind.o
xcclib.o accstart.o nkcc-gc.o
xa_user_things.o ../../../sys/libkern/.cpu_v4e/strings.o -lgem -lgcc
m68k-atari-mint-gcc: error: ../../../sys/libkern/.cpu_v4e/strings.o: No
such file or directory
make[2]: *** [../xaaesv4e.km] Error 1
make[2]: Leaving directory
`/home/joska/mintstuff/freemint-helmut/xaaes/src.km/.compile_col'
make[1]: *** [_stmp_col] Error 2
make[1]: Leaving directory
`/home/joska/mintstuff/freemint-helmut/xaaes/src.km'
make: *** [col] Error 2

Jo Even