Build question
Rick
rc at ece.pdx.edu
Mon Dec 3 10:36:09 PST 2007
Eric Smith wrote:
>> <command line>:1:1: error: macro names must be identifiers
>
> Newer versions of SCons seem to have a change that breaks the documented
> behavior of Append.2
>
> In src/SConscript, try replacing:
>
> csim_env.Append (CPPDEFINES = {'DEFAULT_PATH': build_env ['libdir']})
>
> with
>
> csim_env.Append (CPPDEFINES = [('DEFAULT_PATH', build_env ['libdir'])])
>
> Eric
Excellent! This solved the problem. Now back to getting instruction traces
to reverse engineer the Nut processor... (and keeping an eye out for those
German tanks)
Thanks,
Rick
More information about the Nonpareil-users
mailing list