Re: Where is the source code for Connector-C v 8?
Posted by: Kevin Powell
Date: September 05, 2019 01:38PM

Thanks Bjørn, that was a great tip.

For posterity, that last tidbit is what finally allowed me to cross-build the Connector-C v8 for my ARM target. My cmake command wound up being:

cmake ../mysql-8.0.17 -DCMAKE_TOOLCHAIN_FILE=<locn>toolchain.arm-linux.cmake -DTARGET_ARCH=LINUX -DUSE_LD_LLD=OFF -DSTACK_DIRECTION=-1 -DHAVE_IB_GCC_ATOMIC_COMPARE_EXCHANGE=1 -DWITHOUT_SERVER=ON

some of those -D directives may not have been needed.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Where is the source code for Connector-C v 8?
484
September 05, 2019 01:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.