Kernel Header


ptitSeb

Serial Porter
Joined
Aug 15, 2012
Messages
9,307
Age
51
Location
France, near Lyon
I'm trying to update the kernel header in Codeblocks, so I try to add kernel header package with addipk (it's an opkg wrapper from Freamon).

Issue is, I use

omap3-pandora-kernel2-dev_3.2-pandora-r17.5_omap3-pandora.ipk

this package (with addipk omap3-pandora-kernel2-dev), but it's empty. Nothing inside.

Where can I find the header (I'm trying to use dma_alloc functions to alocate contigous memory for some EGL experiments).
 
Last edited by a moderator:
Maybe on git ?

git clone git://openpandora.org/pandora-kernel.git
cd pandora-kernel
git checkout --track -b pandora-3.2 origin/pandora-3.2
make omap3_pandora_defconfig
 
When I wanted to build some modules I needed to do that, too. Seems like there is no dedicated ipk.
 
Back
Top