I downloaded the source from THIS SITE, via the GitHub page. the IDE I am using is Code::Blocks version 16.01, and I am using the AVR build tools from the Arduino IDE (arduino-1.6.10\hardware\tools\avr\bin)
when I compile, I get the following build errors:
||=== Build: Debug in MicroModem (compiler: GNU AVR GCC Compiler) ===|
..\..\AVR\MicroModem\bertos\cfg\kfile_debug.h|45|fatal error: io/kfile.h: No such file or directory|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
Any ideas? first time building directly using the build tools, so be gentile
~Travis