test to see if you can build on bash in windows 10!
Moderator: Moderators
Re: test to see if you can build on bash in windows 10!
The log is the console output, was it not streaming a bunch of text while building?
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: test to see if you can build on bash in windows 10!
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
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
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
If I wanted to change what packages are installed on my wrt1900ac is this the write file?
gargoyle/targets/mvebu/profiles/default/config
gargoyle/targets/mvebu/profiles/default/config
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
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. :$
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
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
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
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
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: test to see if you can build on bash in windows 10!
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
make FULL_BUILD=true mvebu > /mnt/c/buildlog.txt
Will post the log in the morning. I need my buty sleep

Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
That doesn't look finished. Or maybe the log file isn't complete.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: test to see if you can build on bash in windows 10!
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
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
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
Try with ubuntu server
when you get that working try windows?
when you get that working try windows?