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

Demo build fails #396

Closed
aregtech opened this issue Oct 12, 2024 · 0 comments · Fixed by #397
Closed

Demo build fails #396

aregtech opened this issue Oct 12, 2024 · 0 comments · Fixed by #397
Assignees
Labels
bug Something isn't working

Comments

@aregtech
Copy link
Owner

Describe the bug
AREG demo project fails.

To Reproduce

Clone areg-sdk-demo and run cmake configuring with this command:

For Windows:

cmake -B ./build -DAREG_COMPILER_FAMILY=msvc -DAREG_BUILD_TYPE=Release -DAREG_BINARY=shared -DAREG_EXTENDED:BOOL=ON -DAREG_LOGS:BOOL=ON

For Linux:

cmake -B ./build -DAREG_COMPILER_FAMILY=llvm -DAREG_BUILD_TYPE=Release -DAREG_BINARY=shared -DAREG_EXTENDED:BOOL=ON -DAREG_LOGS:BOOL=ON

Expected behavior
Should configure and build areg-sdk-demo

@aregtech aregtech added the bug Something isn't working label Oct 12, 2024
@aregtech aregtech self-assigned this Oct 12, 2024
@aregtech aregtech linked a pull request Oct 13, 2024 that will close this issue
@aregtech aregtech moved this to Reviewed in AREG IoT SDK (areg sdk) Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Reviewed
Development

Successfully merging a pull request may close this issue.

1 participant