You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
The reason of this problem is the generated config file is named “boatConfig.h” but include config file named "boatconfig.h" in demo, and Linux systems are case sensitive but Windows is not. we will unify the name of this file , and it will be fixed in next release.
[Description]
make demo failed with error info:
In file included from boatutility.c:23:
In file included from /home/lian/Documents/BoAT-X-Framework-master/sdk/include/boatinternal.h:36:
/home/lian/Documents/BoAT-X-Framework-master/vendor/platform/include/boatplatform_internal.h:27:10: fatal error: 'boatConfig.h' file not found
#include "boatConfig.h"
^~~~~~~~~~~~~~
1 error generated.
make[2]: *** [Makefile:14: /home/lian/Documents/BoAT-X-Framework-master/build/sdk/utilities/boatutility.o] Error 1
make[2]: Leaving directory '/home/lian/Documents/BoAT-X-Framework-master/sdk/utilities'
make[1]: *** [Makefile:43: utilities] Error 2
make[1]: Leaving directory '/home/lian/Documents/BoAT-X-Framework-master/sdk'
make: *** [Makefile:190: boatwalletlib] Error 2
[Probability]
100%
[Environment]
BoAT-X-2.0.0
Ubuntu 20.04 + clang 10.0.0 + GNU Make 4.2.1
The text was updated successfully, but these errors were encountered: