I just want to know How to use the BACnet Protocol Source Code Stack?
I donloaded the stack and tried to compile it in GCC MINGW but I always receive an errors like:
undefined winmain@16
Fatal error: bactext.h : no such file or directory
My goal is to use this stack in developing kit like Odriod C2 or Raspberry Pi
but first I want to know how it is working like what, I'm sorry if I'm not clear enough but it will be very help full if there is a video or thread explain step by step how to compile and creat simple project using BACnet Code Stack.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For building under Windows with MinGW, use build.bat script.
For building hosted on Raspberry Pi, use "make clean all".
For building crosscompiled for Raspberry Pi, set the environment in bat file before using make something like (accounting for where your cross compiler is located):
Building only builds the example (aka DEMO) applications and library. The demos are described in bin/readme.txt file. You could run bacserv on the Raspberry Pi, and use the PC with the other demos to query the Raspberry Pi.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi All,
I just want to know How to use the BACnet Protocol Source Code Stack?
I donloaded the stack and tried to compile it in GCC MINGW but I always receive an errors like:
undefined winmain@16
Fatal error: bactext.h : no such file or directory
My goal is to use this stack in developing kit like Odriod C2 or Raspberry Pi
but first I want to know how it is working like what, I'm sorry if I'm not clear enough but it will be very help full if there is a video or thread explain step by step how to compile and creat simple project using BACnet Code Stack.
For building under Windows with MinGW, use build.bat script.
For building hosted on Raspberry Pi, use "make clean all".
For building crosscompiled for Raspberry Pi, set the environment in bat file before using make something like (accounting for where your cross compiler is located):
Building only builds the example (aka DEMO) applications and library. The demos are described in bin/readme.txt file. You could run bacserv on the Raspberry Pi, and use the PC with the other demos to query the Raspberry Pi.