Content originally posted in LPCWare by CodeRedSupport on Thu Aug 05 09:15:36 MST 2010
That will because your project name is "MicroCoreI2CBlinky.c" (or at leaast, that was the name of the project when your created it). If you want to change the name of your "build artifact",
Project->Properties,
C/C++ Build
Settings
Click the "Build artifact" tab
change the Build artifact name to whatever you want. That will affect the .axf and the .map (and anything else that uses the BuildArtifactBaseName).