ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Воскресенье
21 июля
78076 Топик полностью
Make_Pic (15.01.2007 23:50, просмотров: 1) ответил Make_Pic на Объясните pls Гнусному чайнику - тобишь мне - Запускаю make, а он упорно не хочет видеть makefile с его содержанием , уже я потом покрылся - что я не правильно делаю? Версия GCC m68k-elf 3.3,2 / GNU Make 3.8
ПРОДВИЖЕНИЕ ЕСТЬ! - makefile заработал, но посыполись ошибки компилятора, где искать описание ошибок - например Error 53? 
 
make -k kernel.elf 
touch ../common/mappings.h
touch ../common/globals.h
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/init.s init.c
make: *** [Sdir/init.s] Error 53
touch ../common/spc3.h
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/initspc3.s initspc3.c
make: *** [Sdir/initspc3.s] Error 53
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/irqtpu.s irqtpu.c
make: *** [Sdir/irqtpu.s] Error 53
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/irqsci.s irqsci.c
make: *** [Sdir/irqsci.s] Error 53
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/progmgt.s progmgt.c
make: *** [Sdir/progmgt.s] Error 53
touch ../common/readsci.h
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/readsci.s readsci.c
make: *** [Sdir/readsci.s] Error 53
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/irqspc3.s irqspc3.c
make: *** [Sdir/irqspc3.s] Error 53
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/readspc3.s readspc3.c
make: *** [Sdir/readspc3.s] Error 53
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/datagram.s datagram.c
make: *** [Sdir/datagram.s] Error 53
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/globals.s globals.c
m68k-elf-gcc  -O2 -bm68k-elf -mcpu32 -S -I../common -o Sdir/loop.s loop.c
make: *** [Sdir/globals.s] Error 53
make: *** [Sdir/loop.s] Error 53
make: Target `kernel.elf' not remade because of errors.