When I am trying to install usdpaa I get the following error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

When I am trying to install usdpaa I get the following error

1,542 Views
hariprasadsr
Contributor I

[CC] fmc_netcfg_parser.c (lib:usdpaa_syscfg)

gcc: warning: ‘-mcpu=’ is deprecated; use ‘-mtune=’ or ‘-march=’ instead

apps/lib/fmc_netcfg_parser.c:1:0: error: bad value (e500mc) for -mtune= switch

make: *** [apps/lib/objs_powerpc/usdpaa_syscfg_fmc_netcfg_parser.o] Error 1

Tags (1)
0 Kudos
Reply
5 Replies

1,041 Views
vakulgarg
NXP Employee
NXP Employee

Looks like that the shell env vars are not set appropriately.

You will need to download full sdk-1.5 ISO for using usdpaa.

USDPAA libs have a dependency on other SDK components such as flib, fmlib etc.

The ISO contains compiler and other submodules which are needed to build usdpaa based applications.

Are you compiling usdpaa from sdk-1.5 ISO?

0 Kudos
Reply

1,041 Views
hariprasadsr
Contributor I

Could you give me a rough idea as to how I could do this ? Some documentation may be?

0 Kudos
Reply

1,041 Views
yipingwang
NXP TechSupport
NXP TechSupport

It's better to use Yocto to build usdpaa into filesystem.

Please install SDK 1.5 SOURCE AND CACHE BINARY ISO for e500mc.

Setup Yocto build environment, then run "bitbake fsl-image-core" and usdpaa will be built into rootfs filesystem.

The package usdpaa is added in fsl-image-core image by default for e500mc,e5500 and e6500 platforms.


Have a great day,
Yiping Wang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply

1,041 Views
addiyi
NXP Employee
NXP Employee

After you download the SDK 1.5 Linux Sources, you can find some useful information here.

Adrian

0 Kudos
Reply

1,041 Views
vakulgarg
NXP Employee
NXP Employee
0 Kudos
Reply