Hi all,

I'm trying to include a package to buildroot (2016.02) with cmake as the build generator however, I've hit a bit of a snag. This particular version of buildroot is using CMake version 3.4.3. The package builds as expected, however during the install step, the following error is generated:

make[2]: *** No rule to make target `install/fast'.  Stop.

I had a look at the generated Makefile and found it lacks any install rules (there are preinstall rules only). The toolchain I'm using is a cross compiler targeting an arm platform. Buildroot compiles the tool chain as well as CMake as part of the build process.

Is anyone able to point me in the area of CMake sources that I need to look at to fix this particular issue?

Thanks,
DJ

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to