Linker Script:

2007-04-11 Thread chris . teli
I am trying to write a linker script for a m/c that has a hole in its ROM. i.e ROM_1: 0x6 (size 0x8) ROM_2 :0x16 (size 0x8) I can partition the code in two separate groups, for instance a_group.o and b_group.o. Then set a_group.o to start @0x6, since the size of a_group is a

Re: autoconf/automake building a distribution?

2007-04-11 Thread Ralf Wildenhues
* Pallav Gupta wrote on Wed, Apr 04, 2007 at 08:44:10PM CEST: > > You're right. I noticed the two problems now and after fixing them, I also > can get make dist to succeed, but as you said make distcheck fails. If > you're suspecting an autoconf bug, I'm using autoconf v2.59. While looking >