On 2010-05-20, Dan Bloomquist <[email protected]> wrote: >> That's because your initializer is a string, and addr_t isn't a >> string. It's a structure. > > Yes. > And I don't know enough about IAR but it looks like the .dat file would > be used on the command line.
That's why it worked: when the command-line processor parses, it consumes the double-quotes. The same would happen with mspgcc (windows or Unix). -- Grant
