Configure the cross compiler: ./configure --help ./configure --prefix=$(pwd)/host --host=arm-linux-gnueabihf CXX=arm-linux-gnueabihf-g++ CC=arm-linux-gnueabihf-gcc Compile and install. After completion, the executable file iperf will be generated in the current directory host/bin and copied ...
Fixed toolbar icon size issue Fixed explorer DataGrid issue Fixed import data failure issue Fixed index loading crash issue Fixed repo tree node change issue Fixed SQLite function crash issue Fixed application warning messages Fixed compiler warning messages Fixed context menu dump action issue#...
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local .. Each time you enter cmake statement, it prints out the resulting configuration setup. In the final setup you got, make sure that following fields are filled (below is the some important parts of configuration I got...
Hello world in C There are a lot of different ways to write hello world in C. There's theWikipedia version,the hello world in the K&R book, and there's eventhe oldest known C hello world program from 1974. Here's another, this onein "ANSI C": /* Hello World in C, Ansi-style ...
This shows that there is an invisible Prolog in every C++ compiler. It's up to you what to do with it but it's there. #programming#tutorials Tries as the evolution of nothing Trie is a data structure. Like “tree” but different. This tutorial explains the concept behind the trie, wha...