|
Can any one help me in removing the problem "relocation value truncated at 0x10 in section .bios file" , when i try to declare array of structure pointer globally .(array size = 4900; structure size = 20 bytes) When i make the a/m dclaration in the main function the problem do not appear Thaanks Zulfiqar __________________________________ |
|
|
|
Try changing the compiler options to "far-data" (I think that it what it is). This problem usually occurs when a project uses "near" data and the linker places the data outside the "near" data addressable range. Have a read about "near" data stuff in the compiler manual. At 10:18 PM 5/7/2004 -0700, Zulfiqar Khan wrote: >Can any one help me in removing the problem >"relocation value truncated at 0x10 in section .bios >file" , when i try to declare array of structure >pointer globally .(array size = 4900; structure size = >20 bytes) >When i make the a/m dclaration in the main function >the problem do not appear >Thaanks > >Zulfiqar > > >__________________________________ > > >_____________________________________ >Yahoo! Groups Links |