This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Create Software Pack

Have anyone tried to make The steps from tutorial keil.com/.../_c_p__s_w_components.html ?

When I run gen_pack.bat, I get the following:
PackChk.exe 1.0.0 (9/4/2014)
Copyright (C) 2014 ARM Ltd.

Checking Package Description
Reading PDSC File. DONE
. Verifying.
Checking Pack information..... DONE
. Checking Pack content

*** ERROR M310: .\Files\MyVendor.MyPack.pdsc (Line 8) Filename mismatch (case sensitive): PDSC name : 'Docs\license.txt' Filename : 'Docs\license'

*** ERROR M310: .\Files\MyVendor.MyPack.pdsc (Line 55) Filename mismatch (case sensitive): PDSC name : 'Docs\MySWComp.htm' Filename : 'Docs\MySWComp'

*** ERROR M310: .\Files\MyVendor.MyPack.pdsc (Line 56) Filename mismatch (case sensitive): PDSC name : 'MySWComp\header_mylib.h' Filename : 'MySWComp\header_mylib'

*** ERROR M310: .\Files\MyVendor.MyPack.pdsc (Line 57) Filename mismatch (case sensitive): PDSC name : 'MySWComp\config_mylib.h' Filename : 'MySWComp\config_mylib'

*** ERROR M310: .\Files\MyVendor.MyPack.pdsc (Line 58) Filename mismatch (case sensitive): PDSC name : 'MySWComp\mylib_one.c' Filename : 'MySWComp\mylib_one'

*** ERROR M310: .\Files\MyVendor.MyPack.pdsc (Line 59) Filename mismatch (case sensitive): PDSC name : 'MySWComp\mylib_two.c' Filename : 'MySWComp\mylib_two'

Checking Package Description FAILED!
Found 6 Error(s) and 0 Warning(s).

Parents
  • Hello, have you ever solved this problem?

    I am now also tring to make a software pack according to steps from tutorial.

    My PDSC file can pass the PackChk.exe checking and MyVendor.MyPack.1.0.0.pack can be generated.

    But I can't run the MyVendor.MyPack.1.0.0.pack successfully, reported the following messgae:

    " Pack installation fialed:

    MyVendor.MyPack.1.0.0.pack

    Cannot find PDSC file at root directory of pack archive. "

    Do you know something about that?

Reply
  • Hello, have you ever solved this problem?

    I am now also tring to make a software pack according to steps from tutorial.

    My PDSC file can pass the PackChk.exe checking and MyVendor.MyPack.1.0.0.pack can be generated.

    But I can't run the MyVendor.MyPack.1.0.0.pack successfully, reported the following messgae:

    " Pack installation fialed:

    MyVendor.MyPack.1.0.0.pack

    Cannot find PDSC file at root directory of pack archive. "

    Do you know something about that?

Children