It seems that PB (CE 6 in VS 2005) doesn’t like long path names.

I’ve come across this before.

It builds OK but then fails over in makeimage as above.

C:\WINCE600\OSDesigns\LPC3250-DK_BIN  with solution file in this directory worked OK.

C:\WINCE600\3rdparty\PhyCore_LPC3250_BSP_EVAL_V1_0_3_Prerelease\OSDesigns\LPC3250-DK_BIN  fails as above

I seem to remember that spaces can cause problems too.

It seems a path length issue here.

Thanks to Bruce Eitman:

http://geekswithblogs.net/BruceEitman/archive/2009/06/17/platform-builder-makeimg-fatal-error-out-of-buffer-space.aspx

 

... And   Nicolas Besson seems to have blogged about the same problem jsut when I came accross it:

http://nicolasbesson.blogspot.com/2010/07/make-image-and-out-of-buffer-space.html