Re: [Allseen-core] Ubuntu/Eclipse + Cross Compile + Basicclient & Service

2016-10-13 Thread Smooth Operator
etter! > > > > *From:* Brad Kemp [mailto:b...@beechwoods.com] > *Sent:* Wednesday, October 12, 2016 6:20 AM > *To:* Smooth Operator > *Cc:* Kevin Kane ; Mathew Martineau < > allseen-core@lists.allseenalliance.org> > *Subject:* Re: [Allseen-core] Ubuntu/Eclipse + Cross Compile + &g

Re: [Allseen-core] Ubuntu/Eclipse + Cross Compile + Basicclient & Service

2016-10-12 Thread Kevin Kane via Allseen-core
and can reproduce it if need be. And if you have the time and inclination to contribute a fix, even better! From: Brad Kemp [mailto:b...@beechwoods.com] Sent: Wednesday, October 12, 2016 6:20 AM To: Smooth Operator Cc: Kevin Kane ; Mathew Martineau Subject: Re: [Allseen-core] Ubuntu/Eclipse

Re: [Allseen-core] Ubuntu/Eclipse + Cross Compile + Basicclient & Service

2016-10-12 Thread Brad Kemp
I found that the cross compiler installed via the apt utilities caused all kinds of problems. I went and built the toolchain using cross-ng and it build fine. This was two or so years ago so the apt cross compiler may have been upgraded since then. Brad > On Oct 12, 2016, at 4:26 AM, Smooth Ope

Re: [Allseen-core] Ubuntu/Eclipse + Cross Compile + Basicclient & Service

2016-10-12 Thread Smooth Operator
Hi Kevin, Thanks for your response. I have warnings with many header files, sorry if I was a bit unclear. I wanted to check if I was missing something important on eclipse (linux) while buildling, adding this header into all other Alljoyn/qcc header files I feel that's a bit cumbersome? is that nor

Re: [Allseen-core] Ubuntu/Eclipse + Cross Compile + Basicclient & Service

2016-10-11 Thread Kevin Kane via Allseen-core
Hi Kiran, I don’t have any knowledge of building for Raspberry Pi, but I’ll try to help you. uint32_t is a standard C99 type that should be defined by the standard headers AllJoyn relies on, but if not, try to #include or before you #include any AllJoyn headers in your code. If you spot plac