We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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).
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.