2009-07-16 10:58:24 Exception due to odd address pointer
vijai ragavan (INDIA)
Message: 77458
Hai all,
I am trying to create 4 MB global buffer in the application, the address of that buffer is 0x1E00001.
Can you please suggest why i ma geeting the odd address?
Regards,
Vijayaragavan.S
QuoteReplyEditDelete
2009-07-16 14:04:54 Re: Exception due to odd address pointer
Mike Frysinger (UNITED STATES)
Message: 77469
please provide more details when you post questions.
how exactly are you declaring the buffer in your source ?
what version of software are you using exactly ? (toolchain/kernel/etc...)
what toolchain (file format) are you using ?
how are you looking up the pointer ?
what does `readelf -s <elf> | grep symbol` show ?