Comment 3 for bug 426419

Revision history for this message
Ravikiran D Borse (ravidborse) wrote :

To Solve this error just do minute changes in configure file

Below is the Snippet of configure file:

echo $ECHO_N "checking whether ${OBJCOPY} works for absolute addresses...
....
....
[B]for link_addr in 0x2000 0x8000 0x7C00; do [/B]
....
....
[B] if { ac_try='${OBJCOPY-objcopy} --only-section=.text -O binary conftest.exec conftest'[/B]
....
....

The Lines in Bold Format or with [B] symbol, just replace this lines