This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Linker question
- From: "Borut Kastelic" <borut dot kastelic at smt dot si>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Thu, 30 Aug 2007 11:08:52 +0200
- Subject: Linker question
Hello all,
I have a question for which i havne't found an answer yet. I'm using GCC for
programming ARM microcontrollers and the question is: when i want to
generate *.bin file i get 0x00 in places where flash memory doesn't have any
code written. Is there an option that linker can use 0xFF instead?
Thank you.