Px4 setup on st board

Hi all,

I try to program px4 FW on st evaluation board and i need yours help.

I do step by step according this guide.
https://pixhawk.org/modules/stm32f4discovery

I run them CMD’s successfully:

  1. PX4 Toolchain»PX4 Software Download
  2. git submodule init
  3. git submodule update

But when i try run the “make archives” CMD i get this error:
$ make archives
Makefile:331: *** “archives cannot be the first argument. Use ‘make help|list_config_targets’ to get a list of all possible [configuration] targets.”. Stop.

what can be the reason?

Thanks,
David