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

cmake ... doesn't work #1

Closed
mrcarlfox opened this issue May 20, 2022 · 3 comments
Closed

cmake ... doesn't work #1

mrcarlfox opened this issue May 20, 2022 · 3 comments

Comments

@mrcarlfox
Copy link

Here is what I get.
pi@raspberrypi:~/pc_simulator/build $ cmake ..
-- Configuring done
CMake Error at CMakeLists.txt:19 (add_executable):
Target "main" links to target "lvgl::examples" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?

CMake Error at CMakeLists.txt:19 (add_executable):
Target "main" links to target "lvgl::demos" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?

CMake Error at CMakeLists.txt:19 (add_executable):
Target "main" links to target "lvgl::drivers" but the target was not found.
Perhaps a find_package() call is missing for an IMPORTED target, or an
ALIAS target is missing?

-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.

@AIWintermuteAI
Copy link
Owner

What is the pc_simulator folder?

@mrcarlfox
Copy link
Author

It is the folder I get from downloading this link https://github.com/littlevgl/pc_simulator.git
I get the error when I run these commands
cd pc_simulator
mkdir build
cd build.
cmake ..
make -j4

@AIWintermuteAI
Copy link
Owner

I see. In that case, please make an issue about your problem in https://github.com/littlevgl/pc_simulator.git repository. Thanks!

@AIWintermuteAI AIWintermuteAI closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2022
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