How to install the ACE compiler environment for Linux
Today Xiaobian to share with you how to install ACE Linux compilation environment related knowledge points, detailed content, clear logic, I believe most people still know too much about this knowledge, so share this article for everyone to refer to, I hope you read this article after some gains, let's learn about it together.
Installation method:
1. vim /etc/profile
2. Then type export ACE_ROOT=/root/ACE/ACE_wrappers
export MPC_ROOT=$ACE_ROOT/MPC
export LD_LIBRARY_PATH=ACE_ROOT/ace:$ACE_ROOT/lib:/usr/local/lib
3. Select the platform configuration file, this system should select config-linux.h, enter $ACE_ROOT/ace, execute the command:
cp config-linux.h config.h
4.cp /root/ACE/ACE_wrappers/include/makeinclude/platform_linux.GNU /root/ACE/ACE_wrappers/apps/gperf/platform_macros.GNU
According to the personal directory
5. Execute make -f GNU makefile
The above is "Linux how to install ACE compilation environment" all the content of this article, thank you for reading! I believe everyone has a great harvest after reading this article. Xiaobian will update different knowledge for everyone every day. If you want to learn more knowledge, please pay attention to the industry information channel.