Thanks Anthony, it's in revision 5722 now. > I downloaded the latest version and noticed a small issue with the huge > memory model. the get_lib_suffix routine is missing the HUGE option... > > case MODEL_MEDIUM: > if (options.stackAuto) > c = "medium-stack-auto"; > else > c = "medium"; > break; > > case MODEL_LARGE: > if (options.stackAuto) > c = "large-stack-auto"; > else > c = "large"; > break; > > case MODEL_FLAT24: > /* c = "flat24"; */ > if (TARGET_IS_DS390) > { > c = "ds390"; > } > else if (TARGET_IS_DS400) > { > c = "ds400"; > }
------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Sdcc-user mailing list Sdcc-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sdcc-user