简体   繁体   中英

Cross-compiling Boost for ARM

I'd like to cross-compile Boost for ARM. Here is some documentation.

Where can I find the file user-config.jam? I don't see it anywhere. Is it something I have to create in the boost root directory?

As the documentation says, this file must be in one of these paths (on Linux) : $HOME or $BOOST_BUILD_PATH . If not, you seem to have to create it.

If it doesn't find user-config.jam , site-config.jam is used.

You can use the --debug-configuration option to find which configuration files are actually loaded.

Inside the boost source code folder, just run the command:

find . -name user-config.jam    

It seems to be

./tools/build/v2/user-config.jam

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM