upa8.0.0.L1.linux.rrg/Examples/rsslProvider, getting this error :

Query
regarding to
Reuters
feed:

  1. How to get test data.
  2. While trying to build example
    /upa8.0.0.L1.linux.rrg/Examples/rsslProvider, getting this error :

mkdir -p

mkdir: missing operand

Try `mkdir --help' for more information.

make: *** [rsslprovider] Error 1

  1. Please give code flow from where it can start?
  2. Give details of each folder like : Examples, Training, Utils
    etc,

Best Answer

  • Hi @vinayak.adep

    Makrfile of UPA examples uses lsb_release script to identify Linux version and type of Linux to select appropriate library version. The error can occur if the script cannot identify the OS version. You can download and install the lsb_release script from this link.

    For getting start, you can see the UPAProvider in the Training folder of UPA C package. It consists of several modules that show incremental progress of how to build the app from the ground up.