What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

looking for optware gcc package in ipk format? for ARMv7

mrdude

Regular Contributor
Hi guys, I was wondering if anyone knows where I can find an gcc - ipk package for using on my AC87U (armv7) router.

It's not in the repo that comes with entware and I have tried finding it on the net with no luck so far.

Cheers.
 
Interesting, wonder why its not there, presumably because the Entware build system is so great it is assumed you do all you compiling offline using a cross compiler?

In his new optware fork Alllexx seems to have one
Optware or Entware
https://github.com/alllexx88/optware/tree/master/sources/gcc

And Tomatoware for tomato routers (maybe same Asus firmware toolchain?) might be useful
http://www.linksysinfo.org/index.php?threads/tomatoware.69742/
https://github.com/lancethepants/tomatoware/releases
 
Unfortunately the first link doesn't work for installing:

Code:
Package zip version 3.0-1 has no valid architecture, ignoring.
Package zlib version 1.2.8-2 has no valid architecture, ignoring.
Package znc version 1.4-1 has no valid architecture, ignoring.
Package zoo version 2.10-1 has no valid architecture, ignoring.
Package zsh version 4.3.17-1 has no valid architecture, ignoring.
Unknown package 'gcc'.
Collected errors:
 * pkg_hash_fetch_best_installation_candidate: Packages for gcc found, but incom
patible with the architectures configured
 * opkg_install_cmd: Cannot install package gcc.
mrdude@RT-AC87U-FF28:/#
.

Oh well :-(
 
Thanks, I did install debian wheezy last night on my router and managed to compile the program I wanted - I appreciate you posting this, I also installed the mipsel debain wheezy on my VU DUO 2 sat box as well and used it for compiling mipsel apps.

Cheers.
 
And Tomatoware for tomato routers (maybe same Asus firmware toolchain?) might be useful
http://www.linksysinfo.org/index.php?threads/tomatoware.69742/
https://github.com/lancethepants/tomatoware/releases
Not sure it's a good idea to mix modern Tomatoware toolchain files with ancient ones from Optware.
Hi guys, I was wondering if anyone knows where I can find an gcc - ipk package for using on my AC87U (armv7) router.
If you are about Optware toolchain, try:
Code:
ipkg install buildroot
 
I'm using entware - optware doesn't have ipkg, but it's ok now as I installed debain wheezy on a USB drive and made a 500MB swap file, I have compiled what I wanted so with that, thanks.
 
Similar threads
Thread starter Title Forum Replies Date
RMerlin Looking for feedback: Anyone considering AiCloud important to them? Asuswrt-Merlin 254

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top