Building on arm.

2001-05-22 Thread Viral
Hi, I have packaged a program, vcdimager. It doesn't build on arm because it uses bitfields, and gcc on arm doesn't seem to pack bitfields. I tried to use -mno-bit-align to force it, but the option is not recognised by gcc on arm. Is there a way to get around this ? The ideal way would be to get

Building on arm.

2001-05-21 Thread Viral
Hi, I have packaged a program, vcdimager. It doesn't build on arm because it uses bitfields, and gcc on arm doesn't seem to pack bitfields. I tried to use -mno-bit-align to force it, but the option is not recognised by gcc on arm. Is there a way to get around this ? The ideal way would be to ge