cross-compiling to target system?
hello,
i have synology nas box DS710+ that has intel atom processor inside.
i've installed ubuntu under virtual box, downloaded needed toolchain for x86 processors, and decided to cross-compile openvpn
i've started from compiling lzo library, but first question that appeared in my head - how i have to move all compiled binaries to my synology?
1. configure - okay
2. make - okay
3. make install - this is not necessary?
will --prefix parameter helps me? or do i have to use chroot? cause there is a plenty amount of files that i need to move to my synology.
please help me, i've spent a lot of time trying to figure out this stuff, but no success :(