Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in i18n_book_navigation_set_breadcrumb() (line 212 of /home/sasaoj5/public_html/ms-cheminfo.com/sites/all/modules/i18n_book_navigation/i18n_book_navigation.module).

TAO (CORBA) - Raspberry Pi

Install ACE+TAO 6.2.6 on Raspberry Pi

Linux raspberrypi 3.10.25+ #622 PREEMPT Fri Jan 3 18:41:00 GMT 2014 armv6l GNU/Linux

I've successfully built ACE 6.2.6 and TAO on Raspberry Pi by native compile, that tooks about 20 hours.  Only difference with i386 or amd64 based Linux was visibility settings in config.h and platform_macros.GNU.

ace/config.h

#define ACE_GCC_HAS_TEMPLATE_INSTANTIATION_VISIBILITY_ATTRS 1
#include "config-linux.h"

 

include/makeinclude/platform_macros.GNU 

no_hidden_visibility=1
include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
INSTALL_PREFIX=/usr/local/ace+tao/6.2.6

Bult binary is attached on R_PI Binary Archives page.

English

User login