I want to make custom for rt3052->w306r.
the first time, run cmd:make custom , the second time run cmd:make FULL_BUILD=TRUE custom.
all the same ,make no bin for w306r.
make it ,but no bin...
Moderator: Moderators
Re: make it ,but no bin...
See my thread, have fun. It is not easy.
http://www.gargoyle-router.com/phpbb/vi ... f=7&t=5190
http://www.gargoyle-router.com/phpbb/vi ... f=7&t=5190
Eric Wong
PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.
PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.
Re: make it ,but no bin...
I make it by your step,but aslo make no bin.ericwong wrote:See my thread, have fun. It is not easy.
http://www.gargoyle-router.com/phpbb/vi ... f=7&t=5190
make kernel_menuconfig ,select the cpu and router.
Re: make it ,but no bin...
Follow EVERY step, there is a reason for every step. Having said that, the ROM I build using the latest Gargoyle code I check out a around a week ago seems to have problem for RT305x.
Even if you manage to get the bin, it may not work correctly. This is what I have found and I don't know what the problem is.
You can also select ALL (default for menuconfig, tick all for kernel_menuconfig) rt305x and I think you would see bin files for some models appear and others won't due to unknown reasons.
Have fun and don't ask me how to fix it because I don't know.
I would be interested to know what you did to eventually make it work though
Tip: look at the build log to see what the error is and try to fix it.
Gargoyle building turns logging on by default (log on console screen only) but Openwrt doesn't. Use command
Make V=99 2>&1 | tee build.log
under custom-src to get the log in build.log so you can go through it and find the problem.
Even if you manage to get the bin, it may not work correctly. This is what I have found and I don't know what the problem is.
You can also select ALL (default for menuconfig, tick all for kernel_menuconfig) rt305x and I think you would see bin files for some models appear and others won't due to unknown reasons.
Have fun and don't ask me how to fix it because I don't know.
I would be interested to know what you did to eventually make it work though
Tip: look at the build log to see what the error is and try to fix it.
Gargoyle building turns logging on by default (log on console screen only) but Openwrt doesn't. Use command
Make V=99 2>&1 | tee build.log
under custom-src to get the log in build.log so you can go through it and find the problem.
Eric Wong
PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.
PM me if you need to buy Gargoyle router in Australia/NZ, willing to pay me to help you on your Gargoyle configurations or build custom configured ROM with pre-installed app or try to fix your bricked router. Yes, I am looking for job/work.
Re: make it ,but no bin...
I am not using custom I always build all
I had this issue with mint and ubuntu under oracle virtual machine on windows 8.1.
Under vmware and ubuntu 13.10 i have no errors.
now for succesfull build I am using
hope that will help you
I had this issue with mint and ubuntu under oracle virtual machine on windows 8.1.
Under vmware and ubuntu 13.10 i have no errors.
now for succesfull build I am using
Code: Select all
sudo apt-get install build-essential subversion git git-core libncurses5-dev zlib1g-dev gawk flex quilt xsltproc uglifyjs gcc-multilib
git clone http://gargoyle-router.com/git/gargoyle.git
cd gargoyle
make FULL_BUILD=true
Re: make it ,but no bin...
I will try your method.ericwong wrote:Follow EVERY step, there is a reason for every step. Having said that, the ROM I build using the latest Gargoyle code I check out a around a week ago seems to have problem for RT305x.
Even if you manage to get the bin, it may not work correctly. This is what I have found and I don't know what the problem is.
You can also select ALL (default for menuconfig, tick all for kernel_menuconfig) rt305x and I think you would see bin files for some models appear and others won't due to unknown reasons.
Have fun and don't ask me how to fix it because I don't know.
I would be interested to know what you did to eventually make it work though
Tip: look at the build log to see what the error is and try to fix it.
Gargoyle building turns logging on by default (log on console screen only) but Openwrt doesn't. Use command
Make V=99 2>&1 | tee build.log
under custom-src to get the log in build.log so you can go through it and find the problem.
yesterday,I try to make all default .some bin si builded. I Found DIR's Router also no bin, but it show some error. The tenda w306r V2.0 still no bin and no error message.
here is my lasted build, it use the openwrt version 39154 . now it can't build in gargoyle...
Re: make it ,but no bin...
your method is right , I found the error " the bin is too big".ericwong wrote:Follow EVERY step, there is a reason for every step. Having said that, the ROM I build using the latest Gargoyle code I check out a around a week ago seems to have problem for RT305x.
Even if you manage to get the bin, it may not work correctly. This is what I have found and I don't know what the problem is.
You can also select ALL (default for menuconfig, tick all for kernel_menuconfig) rt305x and I think you would see bin files for some models appear and others won't due to unknown reasons.
Have fun and don't ask me how to fix it because I don't know.
I would be interested to know what you did to eventually make it work though
Tip: look at the build log to see what the error is and try to fix it.
Gargoyle building turns logging on by default (log on console screen only) but Openwrt doesn't. Use command
Make V=99 2>&1 | tee build.log
under custom-src to get the log in build.log so you can go through it and find the problem.
delete some modules make it success.
thank you!