[rabbitmq-discuss] RabbitMQ-c @ ARM Targets

Pascal P p3c at p3-consulting.net
Wed Aug 17 16:16:51 BST 2011


> Have anyone tried to compile RabbitMQ for ARM targets? 

Don't know for the RabbitMQ code itself but the libamqp C code has problem 
with data alignment in memory: 
the functions generated by the DECLARE_CODEC_BASE_TYPE macro 
generates memory access exception.

However the 2 comments in the source code:
/* assuming a machine that supports unaligned accesses (for now) */
/* assuming little endian (for now) */
are quite explicit about the possible causes of the problem…




More information about the rabbitmq-discuss mailing list