use git clone git://github.com/FreeRDP/FreeRDP.git
cd FreeRDP
mkdir build
cd build
cmake -DCMAKE_C_FLAGS="-mtune=arm6 -Os -pipe" -DCMAKE_CXX_FLAGS="-mtune=arm6 -Os -pipe" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_INSTALL_LIBDIR=/usr/local/lib -DCMAKE_BUILD_TYPE=Release -DWITH_LIBSYSTEMD=OFF -DWITH_WAYLAND=OFF -DWITH_PULSE=ON -DWITH_CUPS=ON -DWITH_JPEG=ON -DWITH_X264=ON -DWITH_GSTREAMER_1_0=ON -DWITH_FFMPEG=ON -DWITH_ALSA=ON ../
I can not find fault
gstreamer.tcz, gst-plugins-base.tcz, cmake.tcz, Xorg-7.7-dev.tcz, pulseaudio-dev.tcz, cups.tcz, cups-dev.tcz, ffmpeg-dev.tcz, gst-plugins-base-dev.tcz, gcc.tcz, make.tcz, openjpeg.tcz, openjpeg-dev.tcz, gcc_libs.tcz, compile-essentials.tcz, alsa.tcz, alsa-modules-4.1.20-piCore_v7+.tcz, gcc-locale.tcz, gcc_base-dev.tcz, icmake.tcz, ...
------------
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/local/bin/cc
-- Check for working C compiler: /usr/local/bin/cc -- broken
CMake Error at /tmp/tcloop/cmake/usr/local/share/cmake-3.5/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "/usr/local/bin/cc" is not able to compile a simple test program.
It fails with the following output:
Change Dir: /mnt/mmcblk0p2/img/FreeRDP-master/debug/CMakeFiles/CMakeTmp
Run Build Command:"/usr/local/bin/make" "cmTC_61e4f/fast"
/usr/local/bin/make -f CMakeFiles/cmTC_61e4f.dir/build.make
CMakeFiles/cmTC_61e4f.dir/build
make[1]: Entering directory
'/mnt/mmcblk0p2/img/FreeRDP-master/debug/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_61e4f.dir/testCCompiler.c.o
/usr/local/bin/cc -mtune=arm6 -Os -pipe -o
CMakeFiles/cmTC_61e4f.dir/testCCompiler.c.o -c
/mnt/mmcblk0p2/img/FreeRDP-master/debug/CMakeFiles/CMakeTmp/testCCompiler.c
cc: error trying to exec 'as': execvp: No such file or directory
CMakeFiles/cmTC_61e4f.dir/build.make:65: recipe for target
'CMakeFiles/cmTC_61e4f.dir/testCCompiler.c.o' failed
make[1]: *** [CMakeFiles/cmTC_61e4f.dir/testCCompiler.c.o] Error 2
make[1]: Leaving directory
'/mnt/mmcblk0p2/img/FreeRDP-master/debug/CMakeFiles/CMakeTmp'
Makefile:126: recipe for target 'cmTC_61e4f/fast' failed
make: *** [cmTC_61e4f/fast] Error 2
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:23 (project)
-- Configuring incomplete, errors occurred!
See also "/mnt/mmcblk0p2/img/FreeRDP-master/debug/CMakeFiles/CMakeOutput.log".
See also "/mnt/mmcblk0p2/img/FreeRDP-master/debug/CMakeFiles/CMakeError.log".
thank you