make fails for me in pru example
Closed this issue · 2 comments
AlanMThomason commented
Hmmm...is there a source for the cloud9 makefile?
debian@BeagleBone:~/PRUCookbook/docs/07more/code$ make
Makefile:1: /var/lib/cloud9/common/Makefile: No such file or directory
make: *** No rule to make target '/var/lib/cloud9/common/Makefile'. Stop.
Thanks!
MarkAYoder commented
Take a look here: https://git.beagleboard.org/beagleboard/pru-cookbook-code/-/blob/main/common/Makefile
[https://git.beagleboard.org/assets/twitter_card-570ddb06edf56a2312253c5872489847a0f385112ddbcd71ccfa1570febab5d2.jpg]<https://git.beagleboard.org/beagleboard/pru-cookbook-code/-/blob/main/common/Makefile>
common/Makefile · main · BeagleBoard.org / pru-cookbook-code · GitLab<https://git.beagleboard.org/beagleboard/pru-cookbook-code/-/blob/main/common/Makefile>
Code from https://docs.beagleboard.org/latest/books/pru-cookbook.
git.beagleboard.org
…--Mark
--Mark A. Yoder, PhD
Electrical and Computer Engineering
Rose-Hulman Institute of Technology
812-233-3219
________________________________
From: AlanMThomason ***@***.***>
Sent: Sunday, August 6, 2023 9:01 PM
To: MarkAYoder/PRUCookbook ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [MarkAYoder/PRUCookbook] make fails for me in pru example (Issue #23)
[External Sender]
Hmmm...is there a source for the cloud9 makefile?
***@***.***:~/PRUCookbook/docs/07more/code$ make
Makefile:1: /var/lib/cloud9/common/Makefile: No such file or directory
make: *** No rule to make target '/var/lib/cloud9/common/Makefile'. Stop.
Thanks!
—
Reply to this email directly, view it on GitHub<#23>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFBEVTMVAU44FWWZRNE6R3XUA45JANCNFSM6AAAAAA3GIQ6UI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
This email originated from outside of Rose-Hulman. Do not click links or open attachments unless you recognize the sender and know the content is safe.
AlanMThomason commented
Thanks so much! Compiling successfully now.