|
04/28/2009 5:47 AM
post28219
|
> When I follow these steps, I get the following errors:-
>
> /home/yegnesh/QNX/trunk/hardware/deva/ctrl/mpc5121_i2s/mpc5121ado.h:32:2
> 0: error: hw/dma.h: No such file or directory
>
http://community.qnx.com/sf/frs/do/viewRelease/projects.bsp/frs.freescale_mpc5121e_ads.bsp_ntotrunk_freescale_mpc5121e
bsp-ntotrunk-freescale-mpc5121e-ads-trunk.zip contains the dma.h header file.
Hope this helps.
Jeevan
|
|
|
|
|
|
04/28/2009 2:06 PM
post28266
|
what is it exactly you are trying to build? What you're doing right now is causing the build system to try building the
BSP for an mpc5121 board, which is freescale, a type of powerpc board.
To get the source to build properly, you shouldn't need much from the hardware directory. Try running "make hinstall" on
hardware/pci and hardware/startup; then if you follow through with running "make hinstall" on lib and services,
followed by "make install" on on lib and services, you should get a properly populated stage tree; then you can build
drivers from hardware as you need them, but usually the binaries shipped with the SDP work well enough.
Hope this helps, if you need any further clarification, feel free to ask.
-Aaron
|
|
|
|
|