330N3G

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

cmay
Posts: 28
Joined: Mon Jan 09, 2012 7:30 pm

Re: 330N3G

Post by cmay »

Ok. I might miss some of the stuff to install, but i'll sort it out.
Anyway, i think this device is ramips, no? If i build for the AR71xx won't that be useless?

Maybe i should do

Code: Select all

make FULL_BUILD=true ramips
?

cmay
Posts: 28
Joined: Mon Jan 09, 2012 7:30 pm

Re: 330N3G

Post by cmay »

Well, i wend ahead and started a make with ramips. Please correct me if you think i should go with AR71xx. Taking into account the platform i'm using it should go for days, instead of hours.
Will report back when done and/or if problems are found.

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

Re: 330N3G

Post by ispyisail »

I suspect your correct but I would have had to google it to find the answer so i said nothing

cmay
Posts: 28
Joined: Mon Jan 09, 2012 7:30 pm

Re: 330N3G

Post by cmay »

The openwrt page about the 330n3g states that it's ramips family.
Apparentely the built has finished, but i am not sure. The computer from where i was SSHing suspended when i left, so the connection terminated. How can i check if everything went ok? Is there any log?
Also, if it's OK, what is the next step?

And thank you all for your time and patience so far.

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

Re: 330N3G

Post by Lantis »

I expect you didn't add your router to the image gen script so it won't have ended up in the /images folder.
But, it will be in the folder structure somewhere. I think under /*-src/bin
Will have the openwrt name instead.
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.

cmay
Posts: 28
Joined: Mon Jan 09, 2012 7:30 pm

Re: 330N3G

Post by cmay »

Yeah, i have no /image directory, and i also don't have anything that looks like "/*-src/bin".
The problem here is that i'm a ridiculous noob that can't find his own way under linux. I started a "make" inside the gargoyle directory. They should be somewhere inside there, no? What about a log? Is it usually produced?
Also, how much space would the new files use in total?

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

Re: 330N3G

Post by Lantis »

Should br /ramips-src
The log is in the console which I think you said you lost?
Quite a bit of space. 30GB?
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.

cmay
Posts: 28
Joined: Mon Jan 09, 2012 7:30 pm

Re: 330N3G

Post by cmay »

Damn. Then it probably stopped for lack of space.
It will take some time to find space on that installation. I'll report back when it's done.

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

Re: 330N3G

Post by ispyisail »

I use 100 gig for build, saves grief

cmay
Posts: 28
Joined: Mon Jan 09, 2012 7:30 pm

Re: 330N3G

Post by cmay »

Ok, so the make process stopped, and i don't think it was clean enough.
These were the last lines:

Code: Select all

Checking out files from the git repository...
Cloning into 'bridge-utils-1.5'...
error: gnutls_handshake() failed: A TLS fatal alert has been received. while accessing https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git/info/refs
fatal: HTTP request failed
Makefile:70: recipe for target '/home/coiso/gargoyle/ramips-src/dl/bridge-utils-1.5.tar.gz' failed
make[4]: *** [/home/coiso/gargoyle/ramips-src/dl/bridge-utils-1.5.tar.gz] Error 128
make[4]: Leaving directory '/home/coiso/gargoyle/ramips-src/package/bridge-utils'
package/Makefile:193: recipe for target 'package/bridge-utils/compile' failed
make[3]: *** [package/bridge-utils/compile] Error 2
make[3]: Leaving directory '/home/coiso/gargoyle/ramips-src'
package/Makefile:190: recipe for target '/home/coiso/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile' failed
make[2]: *** [/home/coiso/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[2]: Leaving directory '/home/coiso/gargoyle/ramips-src'
/home/coiso/gargoyle/ramips-src/include/toplevel.mk:181: recipe for target 'world' failed
make[1]: *** [world] Error 2
make[1]: Leaving directory '/home/coiso/gargoyle/ramips-src'
I do have now a bunch of stuff on a ramips-src directory, though.
So, new questions:
1-How do i know i have everything i need?
2-If i have to repeat this again, what steps can i make in order for this to go clean?
3-If i do have everything needed, how shall i proceed?
4-HOW THE HELL DO YOU COPE WITH THE GODDAMN GRIEVANCE AND HEART-SINKING FEELING OF STARING INTO THE ABYSS OF FAILURE AFTER LIKE 16 HOURS OF BUILDING?

Any help is much appreciated, specially now.

Post Reply