Cross Compiling
Issues:
- need cross compile toolchain
- need to cross compile any dependencies (static link what you can)
Expandlibz example |
---|
Expandopenssl example |
---|
- libwebsockets example
- need to match the libraries on target machine for any dynamic linking requirements
- need to match the build to the target kernel (or you might get "kernel too old")