[Scons-users] Problem upgrading from 3.0.1 to 3.1.2

Mats Wichmann mats at wichmann.us
Thu May 14 11:30:04 EDT 2020


On 5/14/20 3:26 AM, Steve Hill (Wireless) via Scons-users wrote:

> I am now trying to upgrade to 3.1.2 and Python 3.6.3 and get this:
>  
> powerpc-eabi-gcc <stuff…> -o <edk_v10_1.Cygwinify object at
> 0x000001E1FEE95EB8> -c <edk_v10_1.Cygwinify object at 0x000001E1FEE95E10>
> 
> Have I missed something in my Python 2 -> Python 3 port or has something
> changed in SCons between 3.0 and 3.1?

As a general note, it's not uncommon when converting from Py2 to Py3 to
run into things that give back an object reference instead of what you
were used to getting.

That said, for me at least, there's too much information omitted in your
snips to be able to tell more.



More information about the Scons-users mailing list