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

Re: [MiNT] almost there..... Newbie trying to compile Mint v1.17...



Thanks. I hope I am not taking too much of your time.
Applied Block_IO.patch.
next:

make buildkernel kernel=060
make[1]: Entering directory `/e/dev/freemint-1_17_0/sys'
Making all in arch
make[2]: Entering directory `/e/dev/freemint-1_17_0/sys/arch'
Making all in magic
make[3]: Entering directory `/e/dev/freemint-1_17_0/sys/arch/magic'
make[3]: Leaving directory `/e/dev/freemint-1_17_0/sys/arch/magic'
cd .compile_060; make all
make[3]: Entering directory `/e/dev/freemint-1_17_0/sys/arch/.compile_060'
make[3]: Leaving directory `/e/dev/freemint-1_17_0/sys/arch/.compile_060'
make[2]: Leaving directory `/e/dev/freemint-1_17_0/sys/arch'
Making all in buildinfo
make[2]: Entering directory `/e/dev/freemint-1_17_0/sys/buildinfo'
make[2]: Leaving directory `/e/dev/freemint-1_17_0/sys/buildinfo'
cd .compile_060; make all
make[2]: Entering directory `/e/dev/freemint-1_17_0/sys/.compile_060'
gcc -I.. -D__KERNEL__ -DLANG_ENGLISH -DVERBOSE_BOOT -DWITH_SINGLE_TASK_SUPPORT 
-DCRYPTO_CODE -DSOFT_UNITABLE -DBUILTIN_SHELL -DM68060 -m68060 -Werror -mshort 
-g -O2 -fomit-frame-pointer -Wall -Wmissing-prototypes -Winline -Wshadow 
-Wpointer-arith -Wcast-qual -Werror -c ../cnf_mint.c -o cnf_mint.o
../cnf_mint.c: In function `pCB_exec':
../cnf_mint.c:411: parse error before `char'
../cnf_mint.c:414: `i' undeclared (first use in this function)
../cnf_mint.c:414: (Each undeclared identifier is reported only once
../cnf_mint.c:414: for each function it appears in.)
../cnf_mint.c:416: `cmdline' undeclared (first use in this function)
make[2]: *** [cnf_mint.o] Error 1
make[2]: Leaving directory `/e/dev/freemint-1_17_0/sys/.compile_060'
make[1]: *** [_stmp_060] Error 2
make[1]: Leaving directory `/e/dev/freemint-1_17_0/sys'
make: *** [060] Error 2