Re: [Bacnet-developers] Compiling the gateway demonstration
Brought to you by:
skarg
|
From: Steve K. <st...@ka...> - 2013-04-12 23:42:17
|
Hi Mike, Thank you for reporting the problems with the example application. I updated the Makefile files (in SVN head) so that gateway example now builds using "make gateway" from the root Makefile. It forces a rebuild of the library files using the specific gateway defines, and seems to be a clean way of building. Best Regards, Steve On Wed, Apr 3, 2013 at 1:12 PM, Mike Borden <mi...@co...> wrote: > After editing the Makefile in the /demo folder to remove some of the SUBDIRS > corresponding to some of the other demo applications, I was able to > successfully compile the bacgateway demo and discover the virtual devices > using a BACnet browser on another computer. I can now focus on the > customizing the gateway demo for my own application. > > > > Cheers, > > > > Mike > > > > From: Mike Borden [mailto:mi...@co...] > Sent: Wednesday, April 03, 2013 8:27 AM > To: bac...@li... > Subject: [Bacnet-developers] Compiling the gateway demonstration > > > > Hello all, > > > > I downloaded the BACnet stack v.0.8.0 and I’m having trouble compiling the > gateway demo for Linux. I’m running Ubuntu 12.04. I read through the readme > files and the Makefiles in the top level, /demo, and /demo/gateway > directories, and I thought that the only modification I had to make was to > uncomment the “BAC_ROUTING” define in the top level Makefile. However, when > I attempt a “make clean all”, I get a lot of make “multiple definition” > errors due to the fact that there are identical functions in the device.c > and device-client.c files. I can do a “make clean all” without editing > anything and I can get the other basic demo programs to compile, but I’m > having trouble with this one. > > > > I’m new to BACnet, and my ultimate goal is to get the BACnet stack running > on a BeagleBone with multiple virtual devices representing several smart > wireless sensors that are communicating with the BeagleBone. Based on what > I’ve read in the bacnet-developer archives and the sourceforge forums, I > thought the gateway demo would be a good starting point. > > > > Based on what I’ve read in the list archives, I realize that the gateway > demo was contributed by another developer, but any advice or insight about > something that I might be overlooking would be greatly appreciated. > > > > Thanks, > > > > Mike Borden > > > > > ------------------------------------------------------------------------------ > Minimize network downtime and maximize team effectiveness. > Reduce network management and security costs.Learn how to hire > the most talented Cisco Certified professionals. Visit the > Employer Resources Portal > http://www.cisco.com/web/learning/employer_resources/index.html > _______________________________________________ > BACnet-developers mailing list > BAC...@li... > https://lists.sourceforge.net/lists/listinfo/bacnet-developers > -- http://steve.kargs.net/ |