bacnet-stack icon indicating copy to clipboard operation
bacnet-stack copied to clipboard

Static declaration of 'BACnet_Version' follows non-static declaration

Open justoke opened this issue 6 years ago • 1 comments

Followed the instructions for the esp32 port of bacnet-stack. There are a few issues it seems:

  1. The list of .c files to copy over from src does not contain all the files listed.
  2. Compile error in VS Code using Platform IO: src\device.c:374:14: error: static declaration of 'BACnet_Version' follows non-static declaration
  3. Even with #define BITS-H there are warnings for all the BITx definitions in bits.h

As the esp32 port has been unchanged for 2 years it seems, it seems a bit behind. If anyone has been able to compile and run this bacnet-port on esp32 kindly share any steps you may have followed.

Thank you.

justoke avatar Sep 29 '19 21:09 justoke

I am facing same issue.

Kindly share steps to be followed.

AMIEian avatar Aug 11 '20 15:08 AMIEian