[dpdk-dev] Compiling files with .S with GCC

2015-05-04 Thread Olivier MATZ
On 05/04/2015 04:49 PM, Wiles, Keith wrote: > > > On 5/4/15, 1:37 AM, "Olivier MATZ" wrote: > >> Hello, >> >> On 04/26/2015 06:55 PM, Wiles, Keith wrote: >>> >>> >>> On 4/26/15, 11:53 AM, "Wiles, Keith" wrote: >>> Hi All, I noticed in my builds with foo.S file I would get a wa

[dpdk-dev] Compiling files with .S with GCC

2015-05-04 Thread Wiles, Keith
On 5/4/15, 8:42 AM, "Olivier MATZ" wrote: > > >On 05/04/2015 04:49 PM, Wiles, Keith wrote: >> >> >> On 5/4/15, 1:37 AM, "Olivier MATZ" wrote: >> >>> Hello, >>> >>> On 04/26/2015 06:55 PM, Wiles, Keith wrote: On 4/26/15, 11:53 AM, "Wiles, Keith" wrote: > Hi All,

[dpdk-dev] Compiling files with .S with GCC

2015-05-04 Thread Wiles, Keith
On 5/4/15, 1:37 AM, "Olivier MATZ" wrote: >Hello, > >On 04/26/2015 06:55 PM, Wiles, Keith wrote: >> >> >> On 4/26/15, 11:53 AM, "Wiles, Keith" wrote: >> >>> Hi All, >>> >>> I noticed in my builds with foo.S file I would get a warning from the >>> compiler the foo_s.o.tmp linker file will no

[dpdk-dev] Compiling files with .S with GCC

2015-05-04 Thread Olivier MATZ
Hello, On 04/26/2015 06:55 PM, Wiles, Keith wrote: > > > On 4/26/15, 11:53 AM, "Wiles, Keith" wrote: > >> Hi All, >> >> I noticed in my builds with foo.S file I would get a warning from the >> compiler the foo_s.o.tmp linker file will not be used as the code is not >> linked. A strange error a

[dpdk-dev] Compiling files with .S with GCC

2015-04-26 Thread Wiles, Keith
On 4/26/15, 11:53 AM, "Wiles, Keith" wrote: >Hi All, > >I noticed in my builds with foo.S file I would get a warning from the >compiler the foo_s.o.tmp linker file will not be used as the code is not >linked. A strange error and the foo_s.o file would not be created. In the >mk/internal/rte.com

[dpdk-dev] Compiling files with .S with GCC

2015-04-26 Thread Wiles, Keith
Hi All, I noticed in my builds with foo.S file I would get a warning from the compiler the foo_s.o.tmp linker file will not be used as the code is not linked. A strange error and the foo_s.o file would not be created. In the mk/internal/rte.compile-pre.mk we have the following # command to assemb