make package/serval-dna/{clean,compile} V=99 TARGET_OPTIMIZATION="-ggdb3 -O0" STRIP="/bin/true"
The build process does change, but it fails to compile with these errors:cp: cannot stat '/home/jonathan/OpenWrt/build/trunk/staging_dir/toolchain-mips_gcc-4.6-linaro_uClibc-0.9.33.2/lib/libuClibc-*.so': No such file or directory
cp: cannot stat '/home/jonathan/OpenWrt/build/trunk/staging_dir/toolchain-mips_gcc-4.6-linaro_uClibc-0.9.33.2/lib/libcrypt-*.so': No such file or directory
cp: cannot stat '/home/jonathan/OpenWrt/build/trunk/staging_dir/toolchain-mips_gcc-4.6-linaro_uClibc-0.9.33.2/lib/libm-*.so': No such file or directory
cp: cannot stat '/home/jonathan/OpenWrt/build/trunk/staging_dir/toolchain-mips_gcc-4.6-linaro_uClibc-0.9.33.2/lib/libpthread-*.so': No such file or directoryI tried to see whether it's trying to use a wrong toolchain, or maybe it tries to compile something dynamically where ususally it compiles it statically, or maybe some components are missing from the build root of OpenWrt, but I couldn't find the problem myself since I don't know enough about their build environment. I asked on their forum but no answer yet.
#ifdef HAVE_IFADDRS_Hif (no_route != 0)no_route = doifaddrs();#endif#ifdef SIOCGIFCONFif (no_route != 0)no_route = lsif();#endif#ifdef linuxif (no_route != 0)no_route = scrapeProcNetRoute();#endif
for (ifa = ifaddr; ifa != NULL; ifa = ifa->ifa_next) {
+ if (ifa->ifa_addr == NULL)
+ continue;
Ah, yes, and what is the format of the document? Wiki page (what's the address)? doc, odt, google doc? etc.
On Sun, Nov 4, 2012 at 11:31 AM, Jonathan Lahav <j.l...@gmail.com> wrote:
Yeah, no promises, but I think I can do that :)
What exactly are you interested in? The process included choosing an operating system for the routers, choosing the hardware, installing the firmware, configuring a little test mesh network, "porting" servald to OpenWrt, and making a call through the routers. Do you want a general description of the process? or a step by step guide?
On Sun, Nov 4, 2012 at 12:40 AM, Romana Challans <rom...@servalproject.org> wrote:
Jonathan,
you know, a write up of your process for web site/wiki revamp(in progress) would be fantastic�
If you wouldn't mind? I know it is a big ask:)For everyone else on list busily doing wonderful things with Serval Mesh - the same goes for all of you. It is something we struggle to do, as we are often so busy at the coalface developing!
Romana:)
Phone : (+61) 0403865721 Skype :�timelady
On 04/11/2012, at 3:14 AM, Jonathan Lahav <j.l...@gmail.com> wrote:
If you need more details about the setup I have here or anything else I would be happy to supply the information.
On Sat, Nov 3, 2012 at 6:39 PM, Jonathan Lahav <j.l...@gmail.com> wrote:
I'm quite excited. All of the Serval devices see each other and I can make a phone call between the two phones!
Thank you for your support.
oup/serval-project-developers?hl=en.
-- Andrew Bettison Senior Software Engineer and...@servalproject.org | Mobile +61 407185656 | Skype ajbettison
Hi Jonathan,
A blog post with all the gory details bragging about your success would be great!
If you prefer to just contribute technical comments on the build and integration process that aren't captured in the Makefile, a document aimed at developers, in Markdown format or plain text, would be tickety-boo.
Whatever you end up writing, if it contains most of the information necessary to reproduce your success, I will eventually re-work it into build instructions for OpenWRT, in line with the other build instructions I am writing, and it will end up in the doc directory of serval-dna. Whatever you can manage will be gratefully received.
Thanks again, and well done!
Andrew
On 04/11/12 20:02, Jonathan Lahav wrote:
Ah, yes, and what is the format of the document? Wiki page (what's the address)? doc, odt, google doc? etc.
On Sun, Nov 4, 2012 at 11:31 AM, Jonathan Lahav <j.l...@gmail.com> wrote:
Yeah, no promises, but I think I can do that :)
What exactly are you interested in? The process included choosing an operating system for the routers, choosing the hardware, installing the firmware, configuring a little test mesh network, "porting" servald to OpenWrt, and making a call through the routers. Do you want a general description of the process? or a step by step guide?
On Sun, Nov 4, 2012 at 12:40 AM, Romana Challans <rom...@servalproject.org> wrote:
Jonathan,
you know, a write up of your process for web site/wiki revamp(in progress) would be fantastic…
If you wouldn't mind? I know it is a big ask:)For everyone else on list busily doing wonderful things with Serval Mesh - the same goes for all of you. It is something we struggle to do, as we are often so busy at the coalface developing!
Romana:)
Phone : (+61) 0403865721 Skype : timelady
On 04/11/2012, at 3:14 AM, Jonathan Lahav <j.l...@gmail.com> wrote:
If you need more details about the setup I have here or anything else I would be happy to supply the information.
On Sat, Nov 3, 2012 at 6:39 PM, Jonathan Lahav <j.l...@gmail.com> wrote:
I'm quite excited. All of the Serval devices see each other and I can make a phone call between the two phones!oup/serval-project-developers?hl=en.
Thank you for your support.
-- Andrew Bettison Senior Software Engineer and...@servalproject.org | Mobile +61 407185656 | Skype ajbettison
--
You received this message because you are subscribed to the Google Groups "Serval Project Developers" group.
To post to this group, send email to serval-proje...@googlegroups.com.
To unsubscribe from this group, send email to serval-project-dev...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/serval-project-developers?hl=en.
Solar powered openwrt nodes should do fine though.
I'm attaching a binary version of servald which should be compatible with Attitude Adjustment and the version of Serval for android Jeremy posted here before. You can give it a shot and see if it runs before trying to build it yourself.
--
You received this message because you are subscribed to the Google Groups "Serval Project Developers" group.
To unsubscribe from this group, send email to serval-project-developers+unsub...@googlegroups.com.
@Bryce
That's awesome news! though I don't see exactly why you are asking me to wait for though?