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 Operator <[email protected]> wrote: > > 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 normal? > > I most certainly will contribute, but I need to first sort out a proper > development environment where I can cross-compile regularly to ARM > architecture based devices, can't use command line all the time, I'm sorry. > > On Tue, Oct 11, 2016 at 9:41 PM, Kevin Kane <[email protected] > <mailto:[email protected]>> wrote: > 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 <stdint.h> or > <inttypes.h> before you #include any AllJoyn headers in your code. > > > > If you spot places in our code that could benefit from fixes to support > building on Raspberry Pi, please consider contributing them! > > > > https://allseenalliance.org/framework/contribute > <https://allseenalliance.org/framework/contribute> > > > From: [email protected] > <mailto:[email protected]> > [mailto:[email protected] > <mailto:[email protected]>] On Behalf Of Smooth > Operator > Sent: Tuesday, October 11, 2016 4:30 AM > To: [email protected] > <mailto:[email protected]> > Subject: [Allseen-core] Ubuntu/Eclipse + Cross Compile + Basicclient & Service > > > > Hello all > > > > I'm very new to Alljoyn and rusty with c++ coding, I envisage to use alljoyn > to program a raspberry pi running a DHT22 sensor. But I'm stuck in the first > step itself I feel there are no clear instructions for a beginner to pick-up > alljoyn and start their developing skills. Anyways I hope someone can help > me, the first step I'm trying to build is a sample program client and service > compiled on eclipse on Ubuntu/Eclipse, I've included the folders alljoyn and > gcc in the includes settings on ecplise and trying to compile, I'm receiving > the following error > > > > const uint16_t GetSpecificationVersion() const > > ^ > > /home/kiran/project/alljoyn/build/linux/x86_64/debug/dist/cpp/inc/alljoyn/PermissionPolicy.h:672:21: > error: ‘uint32_t’ has not been declared > > void SetVersion(uint32_t version) > > ^ > > /home/kiran/project/alljoyn/build/linux/x86_64/debug/dist/cpp/inc/alljoyn/PermissionPolicy.h:676:11: > error: ‘uint32_t’ does not name a type > > const uint32_t GetVersion() const > > > > Please can you help me? > > > > Thanks > > Kiran > > > > > > > _______________________________________________ > Allseen-core mailing list > [email protected] > https://lists.allseenalliance.org/mailman/listinfo/allseen-core
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ Allseen-core mailing list [email protected] https://lists.allseenalliance.org/mailman/listinfo/allseen-core
