Skip to content

Building for 32-bit Linux target on 64-bit system #1991

Answered by jmklix
dianarg asked this question in Q&A
Discussion options

You must be logged in to vote

Have you taken a look at this example of how to cross compile with this sdk? The cmake argument they use looks like this:

cmake ../ -DBUILD_ONLY="s3;iam;sts" -DCMAKE_TOOLCHAIN_FILE="mips.toolchain.cmake" - DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=$CROSS_INSTALL_PREFIX -DCMAKE_PREFIX_PATH=$CROSS_INSTALL_PREFIX -DAUTORUN_UNIT_TESTS=OFF

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@jmklix
Comment options

Answer selected by jmklix
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants