This repository was archived by the owner on Jun 5, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
How to fix when input file of MetaProcessor.exe is zero size. #363
Copy link
Copy link
Closed
Labels
Description
- Reproduce condition
-. OS: Windows 7, 32bit
-. Toolchain: launch pad GCC 5.2.1
-. build command: msbuild /v:diag /p:flavor=release;memory=flash - Error message
Command=C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\BuildOutput\public\Release\Server\dll\MetaDataProcessor.exe -sign_file C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\BuildOutput\THUMB2FP\GCC5.2\le\FLASH\release\STM32F4DISCOVERY\bin\tinyclr.bin\ER_DAT C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\tools\bin\tinybooter_private_key.bin C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\BuildOutput\THUMB2FP\GCC5.2\le\FLASH\release\STM32F4DISCOVERY\bin\tinyclr.hex\ER_DAT.sig(작업 ID:2537)
C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\BuildOutput\public\Release\Server\dll\MetaDataProcessor.exe -sign_file C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\BuildOutput\THUMB2FP\GCC5.2\le\FLASH\release\STM32F4DISCOVERY\bin\tinyclr.bin\ER_DAT C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\tools\bin\tinybooter_private_key.bin C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\BuildOutput\THUMB2FP\GCC5.2\le\FLASH\release\STM32F4DISCOVERY\bin\tinyclr.hex\ER_DAT.sig(작업 ID:2537)
MMP : error MMP0000: CLR_E_FAIL [C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\Solutions\STM32F4DISCOVERY\TinyCLR\TinyCLR.proj]
C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\tools\targets\Microsoft.SPOT.System.GCC.targets(349,5): error MSB3073: "C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\BuildOutput\public\Release\Server\dll\MetaDataProcessor.exe -sign_file C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\BuildOutput\THUMB2FP\GCC5.2\le\FLASH\release\STM32F4DISCOVERY\bin\tinyclr.bin\ER_DAT C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\tools\bin\tinybooter_private_key.bin C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\BuildOutput\THUMB2FP\GCC5.2\le\FLASH\release\STM32F4DISCOVERY\bin\tinyclr.hex\ER_DAT.sig" 명령이 종료되었습니다(코드: 10). [C:\Users\shimkyoman\Documents\GitHub\netmfInterpreter\Solutions\STM32F4DISCOVERY\TinyCLR\TinyCLR.proj] - In this case, size of ER_DAT.sig is zero. How can I fix it.