Fantastic quide but obviously its not idiot proof enough as I am having troubles. I have created the Ubuntu-builder template but whenever I try to run the ./setup script to download sources for compiling I get this:
Makefile:186: target 'mgmt-salt.get-sources' given more than once in the same rule
Makefile:188: target 'mgmt-salt.get-sources-extra' given more than once in the same rule
Makefile:208: target 'mgmt-salt-vm' given more than once in the same rule Makefile:220: target 'mgmt-salt-dom0' given more than once in the same rule Makefile:373: target 'mgmt-salt.clean' given more than once in the same rule Makefile:500: target 'mgmt-salt.grep' given more than once in the same rule Makefile:186: target 'mgmt-salt.get-sources' given more than once in the same rule
Makefile:188: target 'mgmt-salt.get-sources-extra' given more than once in the same rule
Makefile:208: target 'mgmt-salt-vm' given more than once in the same rule
Makefile:220: target 'mgmt-salt-dom0' given more than once in the same rule Makefile:373: target 'mgmt-salt.clean' given more than once in the same rule Makefile:500: target 'mgmt-salt.grep' given more than once in the same rule
This seems a bit arbitrary from the sounds of it ( maybe the sources are listed more than once in the make file) but I want to know if this is going to affect my end compiled kernal.
I originally dismissed these and completed the guide as written but I could only get firefox and Xterm to work from my applications list, even after I put the fix in for this specific issue ( tried the guides way and even just hardcoded it without my if fi statements but still had no luck. )
As you'll see at the bottom of the post, someone suggested to run a debug function but this is where my extreme noobishness kicks in. I declared a debug function and thought I was outputting to a debug file but could not find anything. Can anyone help with what seems to be a noob problem?
All help is greatly appreciated as I will be learning from it and I thank you in advance!