Cross Compiling: Difference between revisions
No edit summary |
No edit summary |
||
Line 49: | Line 49: | ||
cd .. | cd .. | ||
fi | fi | ||
|} | |||
** libwebsockets example | ** libwebsockets example | ||
* need to match the libraries on target machine for any dynamic linking requirements | * 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") | * need to match the build to the target kernel (or you might get "kernel too old") |
Revision as of 22:25, 25 November 2016
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")