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!

Unable to build: notify_rc.o: No such file or directory

mrdude

Regular Contributor
From a clean install of the GIT, I am unable to build firmware for RT87U, I keep getting the error:

arm-brcm-linux-uclibcgnueabi-ld: cannot find prebuild/notify_rc.o: No such file or directory

Even If I manually put that file in the correct folder, whenever the make command is run to make for the router - that file gets deleted and the build fails due to it being missing, any ideas how I can stop this from happening? I had a look in the make file but couldn't see what was making it get deleted.

Cheers.
 
That's because gitignore filtered out those files when I merged the GPL binary blobs. I've now force-pushed them to Git.
 
It's fixed now with the latest commit from @RMerlin. My RT-AC87U is working fine.
 
As usual, keep in mind that this is very early work-in-progress code. There ARE things that aren't working at this time (most notably Adaptive QoS stops working if QoS gets restarted, but a number of other issues exist as well).
 

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