2012년 1월 13일 금요일

Compile ACE framework on ARM board

https://groups.google.com/group/comp.soft-sys.ace/browse_thread/thread/07a5854e5fb798d8/42884ce7b69e2bc8?hl=ko&pli=1

1. tar xvzf ACE0.6.0.7.tar.gz
2. cd ACE_wrappers/ace/
3. vi config.h
4. #define ACE_GCC_HAS_TEMPLATE_INSTANTIATION_VISIBILITY_ATTRS 1
5. or vi ../include/makefiles/platform_macros.GNU
6. no_hidden_visibility=1
7. make clean;make;make install
8. cd tests
9. make

댓글 없음: