Re: [lng-odp] ODP_v1.0 @ Regarding adding some file say demo.c and demo.h in platform/linux-genic and platform/linux-genic/include

2015-03-11 Thread Bill Fischofer
I'm not sure what you're trying to do. You don't need to add files into the ODP directory structure in order to compile them. Are you just trying to compile an ODP application? On Wed, Mar 11, 2015 at 6:39 AM, Ayushman Kashyap ayushman...@gmail.com wrote: Hi I want to add some file in

[lng-odp] ODP_v1.0 @ Regarding adding some file say demo.c and demo.h in platform/linux-genic and platform/linux-genic/include

2015-03-11 Thread Ayushman Kashyap
Hi I want to add some file in *platform/linux-generic* and *platform/linux-genic/include*. But Not able to compile simple case. Please see the scenario . I have a file say: * demo.c: * #include stdio.h #include unistd.h int get_sys_page_size() { int page_size; page_size =