japaric / cargo-call-stack

Whole program static stack analysis
Apache License 2.0
560 stars 50 forks source link

unexpected argument when defining start point #101

Open joelimgu opened 1 year ago

joelimgu commented 1 year ago

I am trying to define a start point bit the argument isn't recognized:

cargo +nightly call-stack --target="armv7a-none-eabi" --example=stack-call main > cg.dot
error: unexpected argument 'main' found

Usage: cargo-call-stack [OPTIONS] [START]

For more information, try '--help'.