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

Readme instructions for compile unclear #59

Open
maclobdell opened this issue Jan 23, 2020 · 1 comment
Open

Readme instructions for compile unclear #59

maclobdell opened this issue Jan 23, 2020 · 1 comment

Comments

@maclobdell
Copy link

The readme specifies the following command for compile.

mbed compile -t GCC_ARM -m [target] --profile release --app-config=configs/.json

This doesn't work because you need to explicitly specify the configuration file to use.

It would be of great help to the user to include an intermediate step that asks them to choose the flash layout and other configuration choices.

@maclobdell
Copy link
Author

also, from experimentation, the way to get the smallest code size is with GCC_ARM compiler and the tiny.json profile.

So, I recommend the documenation be updated to something like this:

mbed compile -t GCC_ARM -m [target] --profile tiny.json --app-config=configs/[your chosen config].json

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

1 participant