Are you using GNU make or the BSD make? Do a make --version to find out if it's GNU make. You need to use GNU make, BSD make doens't work.
Derek Luis Araujo <[EMAIL PROTECTED]> writes: > Hi everyone > > Im trying to cross-compile OSkit with gnumach1.3 (both > downloaded from CVS) on FreeBS using this as configure > = > > > $ MIG=/usr/local/bin/mig OSKIT_LIBDIR=/usr/local/lib/ > CPPFLAGS=-I/usr/local/include/ > CFLAS=-I/usr/local/include/ ../configure --enable-ide > --enable-floppy --enable-lpr --prefix=/oskit-gnu > --host=i386-gnu --target=i386-mach > --build=i586-freebsd > > Then i set LDFLAGS to -L/usr/local/lib on the > Makefile. > > But i still get the error= > > make: *** No rule to make target `kernel-ide+floppy'. > Stop. > > Only shows that line. > > I use gcc 3.2.1. > > Im not sure.. but i probably have to set another > option on the Makefile?.. seems like this line isn't > being used properly by the compilation = > > kernel-%.o: $(OSKIT_LIBDIR)/multiboot.o $(objfiles) > init-%.o > Here it should incluyde the kernel-ide options. > > Using only make and make kernel don't work also, and > it show = > > make: *** No rule to make target `kernel', needed by > `all'. Stop. > > what could be happening? > > > Luis Araujo > > _________________________________________________________ > Do You Yahoo!? > Informaci�n de Estados Unidos y Am�rica Latina, en Yahoo! Noticias. > Vis�tanos en http://noticias.espanol.yahoo.com > > > _______________________________________________ > Help-hurd mailing list > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/listinfo/help-hurd _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
