Generating data hex file with GCC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I need to create an Intel HEX file containing raw data for an embedded solution. Source file would look something like this:

const unsigned char myData[] =
{
   0x00, 0x00, 0x00, 0x00 ........
};

I also need to locate the data at a specific location in memory.

Can GCC handle this?

What tools do I need in addition? objdump?

regards,
Anders

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux