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
satacker@ubuntu:~/Wall-E-Sim/Task_1$ cmake ..
-- The C compiler identification is GNU 9.3.0
-- The CXX compiler identification is GNU 9.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
PROJECT_NAME : Wall_E_CoppeliaSim
PROJECT_SOURCE_DIR : /home/satacker/Wall-E-Sim
PROJECT_BINARY_DIR : /home/satacker/Wall-E-Sim/Task_1
----------------------------------
Defining __linux
To build this project
type mingw32-make in the terminal
Then Run the executable generated
By running ./Wall_E_CoppeliaSim on the terminal
----------------------------------
-- Configuring done
CMake Error at CMakeLists.txt:44 (add_executable):
Cannot find source file:
line_follow.cpp
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at CMakeLists.txt:44 (add_executable):
No SOURCES given to target: Wall_E_CoppeliaSim
CMake Generate step failed. Build files cannot be regenerated correctly.
There are executables present.
In case we need them, we should release them separately.
The text was updated successfully, but these errors were encountered: