Hi,
I just git cloned the latest source codes for the fez-hydra PK.
I am using gcc 4.7.2 (from yagarto) as my tool chained.
Btw, what toolchain is officially supported for building the hydra PK ?
I was able to buildmost of the components fine but I did hit into the following errors eventually:
Task “MetaDataProcessor”
C:\dev\netmf\ghi\fez-hydra\BuildOutput\public\Release\server\dll\MetaDataProcessor.exe -load C:\dev\netmf\ghi\fez-hydra\BuildOutput\public\Release\Client\pe\le\mscorlib.pe -load C:\dev\netmf\ghi\fez-hydra\BuildOutput\public\Release\Client\pe\le\Microsoft.SPOT.Security.PKCS11.pe -load C:\dev\netmf\ghi\fez-hydra\BuildOutput\public\Release\Client\pe\le\Microsoft.SPOT.Native.pe -load C:\dev\netmf\ghi\fez-hydra\BuildOutput\public\Release\Client\pe\le\Microsoft.SPOT.Native.pe -resolve -dump_all C:\dev\netmf\ghi\fez-hydra\BuildOutput\public\Release\Client\txt\Microsoft.SPOT.Security.PKCS11_exports2.txt -generate_skeleton C:\dev\netmf\ghi\fez-hydra\BuildOutput\public\Release\Client\stubs\security_pkcs11_native Microsoft.SPOT.Security.PKCS11 security_pkcs11 TRUE -refresh_assembly Microsoft.SPOT.Security.PKCS11 C:\dev\netmf\ghi\fez-hydra\BuildOutput\public\Release\Client\pe\le\Microsoft.SPOT.Security.PKCS11.pe
Assembly: mscorlib (4.3.1.0) Assembly: Microsoft.SPOT.Security.PKCS11 (4.3.1.0)
Missing assembly: Microsoft.SPOT.Hardware (4.3.1.0)
MMP : error MMP0000: CLR_E_ENTRY_NOT_FOUND [C:\dev\netmf\ghi\fez-hydra\Framework\PKCS11\SecurityPkcs11.csproj]
Assembly: Microsoft.SPOT.Native (4.3.1.0) Assembly: Microsoft.SPOT.Native (4.3.1.0)
The command exited with code 10.
Done executing task “MetaDataProcessor” – FAILED.