Re: [bcm2835] Please me about {bcm2835-1.60 Raspberry pi 4 model B (Raspbian Buster) connect to ads1298 via SPI}
118 views
Skip to first unread message
Message has been deleted
Mike McCauley
unread,
Jan 9, 2020, 7:28:48 PM1/9/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bcm...@googlegroups.com
You should read the documentation which will tell you how to build and install
bcm2835
Cheers.
On Thursday, 9 January 2020 14:45:01 AEST William YangJaya wrote:
> Hi everyone,
> My name is William, student college
> I tried to connect Raspberry pi 4 model B and ads1298 from TI company via
> SPI communication.
> maybe somebody can help me please.
>
> I downloaded bcm2835-1.60 (new version) from
> http://www.airspayce.com/mikem/bcm2835/ > then, I try to run that bcm2835-1.60 (See attach image).
> Am I wrong for running the code in terminal?
> Should I compile the file .c to .o and .so?
>
> thank you
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bcm...@googlegroups.com
William
From your questions I induce that your knowledge of C programming and using a linux computer is very limited.
You should first learn how compiling C program code works and how to identify a runnable executable. A file with the ending .c is typically C source code and not an executable program. I suggest you take a basic C programming class first, because this forum might not be the right place to teach you that required understanding.