Tool/software: Linux
Hi,
I have am335x GP EVM with ti-processor-sdk-linux-am335x-evm-04.02.00.09 SDK ported. I want to use DMTimer from userspace. I found dmtimer api in Linux/arch/arm/plat-omap/dmtimer.c and Linux/arch/arm/plat-omap/include/plat/dmtimer.h . When I tried to use any of dmtimer.c API from my code composure 7.0 application, its not compiling and gives dependency errors like *.h header file not found. I have included above two paths (Linux/arch/arm/plat-omap/ and Linux/arch/arm/plat-omap/include/plat/) in CCS but it keeps giving new header file dependencies. Please tell me how to compile dmtimer. from CCS.