[dpdk-dev] Assembly code

2016-06-22 Thread Tan, Jianfeng
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Mahdi Moradmand > Badie > Sent: Wednesday, June 22, 2016 5:21 AM > To: dev at dpdk.org > Subject: [dpdk-dev] Assembly code > > Dear All, > > I used the default format of

[dpdk-dev] Assembly code

2016-06-21 Thread Mahdi Moradmand Badie
Dear All, I used the default format of Makefile (as follow) which is available in the examples, I was wondering how I could generate the assembly (main.s) related to my main.c, via Makefile. PS. using -S doesn't work :( ifeq ($(RTE_SDK),) $(error "Please define RTE_SDK environment variable") end