Files
bacnet_stack/ports/linux
Patrick Grimm a15ec5eac4 Fixed linux compile with musl (#1194)
missing include asm/ioctls.h with error 'TCGETS2' undeclared

The gcc warning "overflow in conversion from 'long unsigned int' to 'int' changes value from '2150388778' to '-2144578518' " can be surrpres wtith a musl patch
https://gist.github.com/stargieg/3dbfe94b5776d9dfb3e14d18ee43aade

from the musl mailing list with discussion on this bug, but no solution.
[PATCH] ioctl: Fix implicit constant conversion overflow
https://www.openwall.com/lists/musl/2024/06/01/1
2025-12-26 07:40:27 -06:00
..
2025-03-03 10:32:28 -06:00
2025-12-03 10:59:30 -06:00
2025-12-03 10:59:30 -06:00
2025-12-03 10:59:30 -06:00
2025-03-03 10:32:28 -06:00
2019-10-08 23:47:53 -05:00
2025-12-03 10:59:30 -06:00
2019-10-08 23:47:53 -05:00

This is a port to Linux for testing.
The unit tests can be run via the test.sh script.