https://bugs.linaro.org/show_bug.cgi?id=1864

            Bug ID: 1864
           Summary: Missing header file in install directory
           Product: OpenDataPlane - linux- generic reference
           Version: unspecified
          Hardware: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: ---
         Component: Build system
          Assignee: anders.rox...@linaro.org
          Reporter: pasi.orp...@nokia.com
                CC: lng-odp@lists.linaro.org

Overview: Including cpumask_types.h header file from odp install dir to code
produces compiling error:

.../odp_install/include/odp/plat/cpumask_types.h:26:33: fatal error:
odp_config_internal.h: No such file or directory
 #include <odp_config_internal.h>

Steps to Reproduce: Minimized, easy-to-follow steps that will trigger the bug.
Include any special setup steps.
1. Include cpumask_types.h from odp install directory to code   
2. Compile
3. Compilation fails due to missing header file
...

Actual Results: Fails to compile.

Expected Results: Compiles without errors.

Additional Information:
This is the only internal header file that is used in the install directory
header files so I'm guessing there should be no internal header references
there.

Bug encountered using ODP-linux-generic git commit:
"
Commit: 40b6dc037322a5b21dcf91b60592051eaf3ea7d8 [40b6dc0]
Parents: 015cc6f5e8
Author: Bill Fischofer <bill.fischo...@linaro.org>
Date: 14. lokakuuta 2015 14:51:05
Committer: Maxim Uvarov <maxim.uva...@linaro.org>
Commit Date: 22. lokakuuta 2015 15:46:22
Labels: HEAD, origin/master, origin/HEAD, master
validation: use odp_pktio_param_init() API

Signed-off-by: Bill Fischofer <bill.fischo...@linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uva...@linaro.org>
"

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lng-odp mailing list
lng-odp@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to