Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

development environment #11

Open
1250364116 opened this issue May 28, 2024 · 3 comments
Open

development environment #11

1250364116 opened this issue May 28, 2024 · 3 comments

Comments

@1250364116
Copy link

hi, i'm trying to use your code. my question is what sort of SDK or toolchain can compile your code?
i tried to compile your code by official SDK that raspbery has published for pico boards, but it seems that sdk has been designed to work
with pico/stdlib.h not your rp2040.h library.

@ataradov
Copy link
Owner

There is no development environment. There is just a Makefile in the build directory. You run make there and you get binary files.

You need to have ARM GCC and make in your Path.

@1250364116
Copy link
Author

thanks.sorry i ask you simple questions because I am new to this Raspberry microcontroller, so as I understood you suggest
to build binary file without using any ide.

@ataradov
Copy link
Owner

The project includes all that is necessary for the build. There are no external dependencies. You can add all the files to some IDE if you want, but you don't have to do it. And I can't help you with the IDEs, since I don't use them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants