CMake on Omega2+
-
Hi guys!
I need cmake build system on Omega2+, but I can't found ready cmake package, on OpenWRT repo also.
Then a tried to build cmake on omega, but compilation failed at last, link stage:/usr/bin/ld: cannot find -ldl /usr/bin/ld: cannot find -lrt collect2: error: ld returned 1 exit status make: *** [Makefile:2: cmake] Error 1 --------------------------------------------- Error when bootstrapping CMake: Problem while running make
How to build cmake or where to obtain ready package?
Or where find these libraries (libdl and librt)?Thanks.
PS.
Build process required a lot of memory, I use 1GB swap on SD card.
-
This post is deleted!
-
Oh, it's simple issue as I remember. I wrote manual about CMake using.
Don't build application on Omega, it's not works like the Raspberry, use only cross-compiling.
-
@Modest-Polykarpovich Thanks, I'll try your manual.
Happy New Year!