Page 2 of 3

Re: test to see if you can build on bash in windows 10!

Posted: Sat Oct 15, 2016 6:19 am
by Lantis
The log is the console output, was it not streaming a bunch of text while building?

Re: test to see if you can build on bash in windows 10!

Posted: Sat Oct 15, 2016 7:27 am
by tapper
Hi yes it streamed a hole boat load of text lol but i cant go back up the read out with my screen reader which is a pane. I have a friend that I need to talk to to see if he can build me a small plug-in for my screen reader to print me the out put of the bash window to a tmp text file so I can review it.

I found out how to clean up after a build. The command is 'make dirclean'

I now have a github setup and have forked gargoyle so i can play with the target files when I am ready

Re: test to see if you can build on bash in windows 10!

Posted: Sat Oct 15, 2016 9:07 am
by tapper
If I wanted to change what packages are installed on my wrt1900ac is this the write file?
gargoyle/targets/mvebu/profiles/default/config

Re: test to see if you can build on bash in windows 10!

Posted: Sat Oct 15, 2016 1:18 pm
by tapper
I think I am going to have to wate for some else to try this out as i cant get a way to reade the build log. After messing about yesterday I wiped my hole ubuntu install and started again.

So from a fresh install i typed:
sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo

Then I had to close bash and run it as a admin because if you don't it will not let you clone a git.
Then:
git clone git://github.com/ericpaulbishop/gargoyle.git

It all looked good so then:
cd gargoyle
make FULL_BUILD=true


It was building for a bit longer than last time but there was stil no bins in the images folder.
With my screenreader i can here the out put as it's building but because there is just so much text i can't listen to it all lol.
I did not here any thing that stands out to me as being bad, but then again what do I know. :$

Re: test to see if you can build on bash in windows 10!

Posted: Sat Oct 15, 2016 5:05 pm
by Lantis
To save time do
make FULL_BUILD=true mvebu

Yes that is the right file to modify.
If it is successful, the last thing you see is generating package indexes for all the plugins etc, then 3 exit statements as it finishes.
Any failures will have other text about why it died.

I think you could just pipe the output into a log?

make FULL_BUILD=true mvebu > /mnt/c/buildlog.txt

Re: test to see if you can build on bash in windows 10!

Posted: Sat Oct 15, 2016 9:00 pm
by tapper
trying again now with:
make FULL_BUILD=true mvebu > /mnt/c/buildlog.txt

Will post the log in the morning. I need my buty sleep :D

Re: test to see if you can build on bash in windows 10!

Posted: Sat Oct 15, 2016 9:14 pm
by tapper

Re: test to see if you can build on bash in windows 10!

Posted: Sat Oct 15, 2016 9:52 pm
by Lantis
That doesn't look finished. Or maybe the log file isn't complete.

Re: test to see if you can build on bash in windows 10!

Posted: Sun Oct 16, 2016 6:41 am
by tapper
I don't know then mate it had definitely stopped and from what i can tell that is the hole log.

I am trying again after doing sudo apt-get upgrade.
It upgraded 18 packages.

It failed again.
/mnt/c/Windows/System32/gargoyle/mvebu-src/build_dir/host/patch-2.7.5/build-aux/missing aclocal-1.14 -I m4

Re: test to see if you can build on bash in windows 10!

Posted: Mon Oct 17, 2016 12:33 am
by ispyisail
Try with ubuntu server

when you get that working try windows?