Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Q: Compile program using Makefile under RVDS 4.0
Jump...
Cancel
Locked
Locked
Replies
3 replies
Subscribers
119 subscribers
Views
3593 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Q: Compile program using Makefile under RVDS 4.0
unifoxz Fox
over 12 years ago
Note: This was originally posted on 28th February 2012 at
http://forums.arm.com
I have a sample program together with its Makefile.
May I know how to run the Makefile to compile the C programs under RVDS 4.0?
Thank you.
Parents
Joseph Yiu
over 12 years ago
Note: This was originally posted on 28th February 2012 at
http://forums.arm.com
If you are running Linux, you can usually use the makefile as:
$> make something
For example, most makefiles will have a "all" target, so you can simply run
$> make all
If you can post your makefile here can can give you more details.
regards,
joseph
Cancel
Vote up
0
Vote down
Cancel
Reply
Joseph Yiu
over 12 years ago
Note: This was originally posted on 28th February 2012 at
http://forums.arm.com
If you are running Linux, you can usually use the makefile as:
$> make something
For example, most makefiles will have a "all" target, so you can simply run
$> make all
If you can post your makefile here can can give you more details.
regards,
joseph
Cancel
Vote up
0
Vote down
Cancel
Children
No data