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).

  • 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?

  • The problem that you are describing might be because of the Windows configuration settings.

    Disable the Folder option "Hide extensions for known file types".
    This ensures that Windows provides correct file name information.

  • The second problem "Cannot find PDSC file at root directory of pack archive." is because the *.PDSC file that describes the software pack must be also part of the software pack and must be in the root folder of that Pack. Otherwise the installer does not find it.

  • Hello,I have checked the folder setting, and I am sure that there is a *.pdsc file in the root
    directory of Pack archive;

    But still doesn't work! I just followed the tutorial steps.