* Issues Cross compiling DPDK
@ 2021-09-27 15:45 Ginés García Avilés
2021-09-29 11:08 ` Thomas Monjalon
0 siblings, 1 reply; 2+ messages in thread
From: Ginés García Avilés @ 2021-09-27 15:45 UTC (permalink / raw)
To: users
Hi,
I'm trying to cross-compile DPDK using the information provided
here (56. Installing DPDK Using the meson build system — Data Plane
Development Kit 21.11.0-rc0 documentation
<https://doc.dpdk.org/guides/prog_guide/build-sdk-meson.html>) but, after
running "meson build --cross-file config/defconfig_x86_64-native-linux-icc"
I'm getting the following error:
- configparser.MissingSectionHeaderError: File contains no section
headers.
- dpdk/config/defconfig_x86_64-native-linux-icc', line: 6
'CONFIG_RTE_MACHINE="native"\n'
1st workaround: Compiling directly at the destination machine with "make
install T=x86_64-native-linux-icc" works.
Any ideas about how to solve it?
Regards,
Ginés.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Issues Cross compiling DPDK
2021-09-27 15:45 Issues Cross compiling DPDK Ginés García Avilés
@ 2021-09-29 11:08 ` Thomas Monjalon
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2021-09-29 11:08 UTC (permalink / raw)
To: Ginés García Avilés; +Cc: users
27/09/2021 17:45, Ginés García Avilés:
> Hi,
> I'm trying to cross-compile DPDK using the information provided
> here (56. Installing DPDK Using the meson build system — Data Plane
> Development Kit 21.11.0-rc0 documentation
> <https://doc.dpdk.org/guides/prog_guide/build-sdk-meson.html>) but, after
> running "meson build --cross-file config/defconfig_x86_64-native-linux-icc"
> I'm getting the following error:
>
> - configparser.MissingSectionHeaderError: File contains no section
> headers.
> - dpdk/config/defconfig_x86_64-native-linux-icc', line: 6
> 'CONFIG_RTE_MACHINE="native"\n'
>
> 1st workaround: Compiling directly at the destination machine with "make
> install T=x86_64-native-linux-icc" works.
>
> Any ideas about how to solve it?
Looks like you are not using a recent DPDK version.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-29 11:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 15:45 Issues Cross compiling DPDK Ginés García Avilés
2021-09-29 11:08 ` Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).