udacity/CarND-Extended-Kalman-Filter-Project

issue running make command

alexxucui opened this issue · 4 comments

Hi after running cmake .. I have issue running make command:

D:\Git_repo\CarND-Extended-Kalman-Filter-Project\build>cmake ..
-- Building for: Visual Studio 14 2015
-- The C compiler identification is MSVC 19.0.24215.1
-- The CXX compiler identification is MSVC 19.0.24215.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: D:/Git_repo/CarND-Extended-Kalman-Filter-Project/build

D:\Git_repo\CarND-Extended-Kalman-Filter-Project\build>make
make: *** No targets specified and no makefile found.  Stop.

What's in your build/ dir after running cmake?

Here it is:

 Directory of D:\Git_repo\CarND-Extended-Kalman-Filter-Project\build

03/07/2017  04:16 AM    <DIR>          .
03/07/2017  04:16 AM    <DIR>          ..
03/07/2017  04:16 AM            54,142 ALL_BUILD.vcxproj
03/07/2017  04:16 AM               303 ALL_BUILD.vcxproj.filters
03/07/2017  04:16 AM            11,814 CMakeCache.txt
03/07/2017  04:16 AM    <DIR>          CMakeFiles
03/07/2017  04:16 AM             1,343 cmake_install.cmake
03/07/2017  04:16 AM             3,146 ExtendedKF.sln
03/07/2017  04:16 AM            65,445 ExtendedKF.vcxproj
03/07/2017  04:16 AM             1,060 ExtendedKF.vcxproj.filters
03/07/2017  04:16 AM            38,522 ZERO_CHECK.vcxproj
03/07/2017  04:16 AM               546 ZERO_CHECK.vcxproj.filters
               9 File(s)        176,321 bytes
               3 Dir(s)  618,378,637,312 bytes free

Is it supposed to generate a makefile after I run the cmake .. command? I am using win 10.

Ah, I see you submitted a PR against this problem :) I was about to copy your own advice to you! Sorry for the delay here.