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

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

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

Post by Lantis »

The log is the console output, was it not streaming a bunch of text while building?
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

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

Post 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
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

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

Post 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
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

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

Post 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. :$
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

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

Post 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
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

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

Post 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
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

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

Post by tapper »

Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

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

Post by Lantis »

That doesn't look finished. Or maybe the log file isn't complete.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

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

Post 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
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

ispyisail
Moderator
Posts: 5185
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

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

Post by ispyisail »

Try with ubuntu server

when you get that working try windows?

Post Reply