[dpdk-dev] [PATCH] mk: fix linker script when re-building

2016-03-17 Thread Thomas Monjalon
2016-03-17 11:37, Panu Matilainen: > On 03/17/2016 01:22 AM, Sergio Gonzalez Monroy wrote: > > The linker script is generated by simply finding all libraries in > > RTE_OUTPUT/lib. > > > > The issue shows up when re-building the DPDK, hence already having a > > linker script in that directory, resu

[dpdk-dev] [PATCH] mk: fix linker script when re-building

2016-03-17 Thread Panu Matilainen
On 03/17/2016 01:22 AM, Sergio Gonzalez Monroy wrote: > The linker script is generated by simply finding all libraries in > RTE_OUTPUT/lib. > > The issue shows up when re-building the DPDK, hence already having a > linker script in that directory, resulting in the linker script > including itself.

[dpdk-dev] [PATCH] mk: fix linker script when re-building

2016-03-16 Thread Sergio Gonzalez Monroy
The linker script is generated by simply finding all libraries in RTE_OUTPUT/lib. The issue shows up when re-building the DPDK, hence already having a linker script in that directory, resulting in the linker script including itself. That does not play well with the linker. Simply filtering the l