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

Stray files #2

Open
SAtacker opened this issue Aug 2, 2021 · 1 comment
Open

Stray files #2

SAtacker opened this issue Aug 2, 2021 · 1 comment
Assignees

Comments

@SAtacker
Copy link
Member

SAtacker commented Aug 2, 2021

There are executables present.

./Task_1/Wall_E_CoppeliaSim_task1.exe
./Task_1/Wall_E_CoppeliaSim_task1

In case we need them, we should release them separately.

@SAtacker
Copy link
Member Author

SAtacker commented Aug 2, 2021

Also, can the line_follow.cpp be added?

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.

@MOLOCH-dev MOLOCH-dev self-assigned this Aug 21, 2021
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