Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make demo failed on BoAT-X-v2.0.0 #53

Closed
IDvochen opened this issue May 9, 2021 · 1 comment
Closed

make demo failed on BoAT-X-v2.0.0 #53

IDvochen opened this issue May 9, 2021 · 1 comment

Comments

@IDvochen
Copy link

IDvochen commented May 9, 2021

[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

@woniua
Copy link
Contributor

woniua commented May 11, 2021

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.

Thanks for your question!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants