From: olivier.taylor <oli...@gm...> - 2007-01-11 16:46:44
|
Right, I run the dev environment on a 64 bits host I will retry on vmware. Olivier Darrick Hartman a =E9crit : > olivier.taylor wrote: >> same problem using starbox.config >> >> kind regards, >> >> Olivier >> >> /home/olivier/astlinux/trunk/build_i586/staging_dir/bin/i586-linux-ucl= ibc-gcc=20 >> -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64 -DSTANDALONE_ZAPATA=20 >> -DZAPTEL_CONFIG=3D\"/etc/zaptel.conf\" -c -o ztcfg.o ztcfg.c >> /home/olivier/astlinux/trunk/build_i586/staging_dir/bin/i586-linux-ucl= ibc-gcc=20 >> -c -fPIC -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64=20 >> -DBUILDING_TONEZONE -o zonedata.lo zonedata.c >> /home/olivier/astlinux/trunk/build_i586/staging_dir/bin/i586-linux-ucl= ibc-gcc=20 >> -c -fPIC -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64=20 >> -DBUILDING_TONEZONE -o tonezone.lo tonezone.c >> /home/olivier/astlinux/trunk/build_i586/staging_dir/bin/i586-linux-ucl= ibc-gcc=20 >> -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64 -DSTANDALONE_ZAPATA=20 >> -DZAPTEL_CONFIG=3D\"/etc/zaptel.conf\" -c -o torisatool.o torisatool= .c >> /home/olivier/astlinux/trunk/build_i586/staging_dir/bin/i586-linux-ucl= ibc-gcc=20 >> -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64 -DSTANDALONE_ZAPATA=20 >> -DZAPTEL_CONFIG=3D\"/etc/zaptel.conf\" -c -o ztmonitor.o ztmonitor.c >> /home/olivier/astlinux/trunk/build_i586/staging_dir/bin/i586-linux-ucl= ibc-gcc=20 >> -o ztspeed ztspeed.o >> ztcfg.c:1: sorry, unimplemented: 64-bit mode not compiled in >> zonedata.c:1: sorry, unimplemented: 64-bit mode not compiled in >> tonezone.c:1: sorry, unimplemented: 64-bit mode not compiled in >> /home/olivier/astlinux/trunk/build_i586/staging_dir/bin/i586-linux-ucl= ibc-gcc=20 >> -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64 -DSTANDALONE_ZAPATA=20 >> -DZAPTEL_CONFIG=3D\"/etc/zaptel.conf\" -c -o zttool.o zttool.c >> make[1]: *** [tonezone.lo] Erreur 1 >> make[1]: *** Attente des t=C3=A2ches non termin=C3=A9es.... >> zttool.c:1: sorry, unimplemented: 64-bit mode not compiled in >> make[1]: *** [zonedata.lo] Erreur 1 >> make[1]: *** [ztcfg.o] Erreur 1 >> make: ***=20 >> [/home/olivier/astlinux/trunk/build_i586/zaptel-1.2.12/ztcfg] Erreur 2 >> [olivier@localhost trunk]$ torisatool.c:1: sorry, unimplemented:=20 >> 64-bit mode not compiled in >> ztmonitor.c:1: sorry, unimplemented: 64-bit mode not compiled in >> =20 > What I don't get is WHY the 64bit mode? Where is that coming from? =20 > Are you running the dev environment in a 64bit host? Since the=20 > majority of the development work has been done on CentOS (32bit), I'd=20 > strongly recommend installing vmware and a CentOS4 32bit install in a=20 > virtual machine. > > Also, the makeimage.sh script must be executed as root (for now).=20 > That's the ONLY part of the development build that should be done as=20 > root. Everything else should be done as a mortal user. > > Darrick > |