Skip to content

Getting started with Rusty #576

Answered by ghaith
andyfozzy asked this question in Q&A
Discussion options

You must be logged in to vote

Hello Andrew,

Thank you for your interest in the project.
The build description file was added recently to make it easier to build full projects with multiple library dependencies.
It will eventually still change to make things clearer and easier, however, the main concept is that anything done in the build description can also be done using the normal rustyc command

When using multiple files in an ST project, do the dependency files only need to be put in the "files" section of the json file, or do they also need to be in the "libraries" section?

The files section of the JSON is where all the files to compile will go, these are typically your project source files, not the libraries.
ST…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by andyfozzy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants