25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=ninja -DCMAKE_C_COMPILER=avr-gcc -DCMAKE_CXX_COMPILER=avr-g++ -G Ninja -S /home/bruno/Documents/Programming/projects/avrservo -B /home/bruno/Documents/Programming/projects/avrservo/cmake-build-release-avr
|
|
CMake Deprecation Warning at CMakeLists.txt:12 (cmake_minimum_required):
|
|
Compatibility with CMake < 3.10 will be removed from a future version of
|
|
CMake.
|
|
|
|
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
|
|
to tell CMake that the project requires at least <min> but has been updated
|
|
to work with policies introduced by <max> or earlier.
|
|
|
|
|
|
-- Current uploadtool is: avrdude
|
|
-- Current programmer is: usbasp-clone
|
|
-- Current upload port is: usb
|
|
-- Current uploadtool options are:
|
|
-- Current MCU is set to: atmega32
|
|
-- Current H_FUSE is set to: 0xD9
|
|
-- Current L_FUSE is set to: 0xA4
|
|
-- Current E_FUSE is set to:
|
|
-- Set CMAKE_FIND_ROOT_PATH to /usr/avr
|
|
-- Set CMAKE_SYSTEM_INCLUDE_PATH to /usr/avr/include
|
|
-- Set CMAKE_SYSTEM_LIBRARY_PATH to /usr/avr/lib
|
|
-- Configuring done (0.0s)
|
|
-- Generating done (0.0s)
|
|
-- Build files have been written to: /home/bruno/Documents/Programming/projects/avrservo/cmake-build-release-avr
|