In compiling Limey you encounter an error about miniperl. There's a patch/fix: I just edited microperl.mk and added the line with the + at the beginning(without the +) It is compiling right now, got all the way through buildroot. Its now doing the kernel compile. GeorgeC W2DB --- a/package/microperl/microperl.mk +++ b/package/microperl/microperl.mk @@ -40,6 +40,7 @@ $(MICROPERL_DIR)/.host_configured_and_fixed: $(MICROPERL_DIR)/.host_configured $(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/Makefile $(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/Makefile $(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/makefile + $(SED) 's/^libs =/libs = -lm/g' $(MICROPERL_DIR)/makefile $(SED) 's/^.*<command-line>.*//g' $(MICROPERL_DIR)/x2p/makefile touch $@ George J Csahanin W2DB Cedar Park, TX