From: Denys Dmytriyenko <denys@ti.com>
To: Hongmei Gou <a0271529@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [apps-tida01555] [PATCH] ARM_User_Space_App: Makefile: remove ARM_CCT and use CC
Date: Thu, 6 Sep 2018 12:51:50 -0400 [thread overview]
Message-ID: <20180906165150.GP13472@beryl> (raw)
In-Reply-To: <1536252607-7772-1-git-send-email-a0271529@ti.com>
What's apps-tida01555 and does it have to be posted to meta-arago?
On Thu, Sep 06, 2018 at 12:50:07PM -0400, Hongmei Gou wrote:
> * CC is defined from Processor SDK Linux
>
> Signed-off-by: Hongmei Gou <a0271529@ti.com>
> ---
> ARM_User_Space_App/Makefile | 19 +------------------
> 1 file changed, 1 insertion(+), 18 deletions(-)
>
> diff --git a/ARM_User_Space_App/Makefile b/ARM_User_Space_App/Makefile
> index 1ad4b2e..50ad7a8 100644
> --- a/ARM_User_Space_App/Makefile
> +++ b/ARM_User_Space_App/Makefile
> @@ -1,20 +1,3 @@
> -# ARM_CCT environment variable must point to the ARM cross-compile toolchain. E.g.:
> -#(Desktop Linux) export ARM_CCT=$(HOME)/ti-processor-sdk-linux-rt-amxxx-evm-ww.xx.yy.zz/
> -#linux-devkit/sysroots/x86_64-arago-linux/usr/bin
> -
> -ifndef ARM_CCT
> -define ERROR_BODY
> -
> -*******************************************************************************
> -ARM_CCT environment variable is not set. Examples given:
> -(Desktop Linux) export ARM_CCT=$(HOME)/ti-processor-sdk-linux-rt-amxxx-evm-ww.xx.yy.zz/
> -linux-devkit/sysroots/x86_64-arago-linux/usr/bin
> -*******************************************************************************
> -
> -endef
> -$(error $(ERROR_BODY))
> -endif
> -
> MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
> CURRENT_DIR := $(notdir $(patsubst %/,%,$(dir $(MKFILE_PATH))))
> PROJ_NAME=$(CURRENT_DIR)
> @@ -47,7 +30,7 @@ $(TARGET):
> @echo ''
> @echo 'Building target: $@'
> @echo 'Invoking: ARM x86 Cross Compiler'
> - $(ARM_CCT)/arm-linux-gnueabihf-gcc -Wall $(SOURCES) $(CFLAGS) -o $(TARGET) -lncurses -lpthread
> + $(CC) -Wall $(SOURCES) $(CFLAGS) -o $(TARGET) -lncurses -lpthread
> @echo 'Finished building target: $@'
>
> .PHONY: all clean
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2018-09-06 16:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-06 16:50 [apps-tida01555] [PATCH] ARM_User_Space_App: Makefile: remove ARM_CCT and use CC Hongmei Gou
2018-09-06 16:51 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180906165150.GP13472@beryl \
--to=denys@ti.com \
--cc=a0271529@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.