Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.
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

@kmshim

Description

@kmshim
  1. Reproduce condition
    -. OS: Windows 7, 32bit
    -. Toolchain: launch pad GCC 5.2.1
    -. build command: msbuild /v:diag /p:flavor=release;memory=flash
  2. 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]
  3. In this case, size of ER_DAT.sig is zero. How can I fix it.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions