-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Description
On Fedora 35, I was able to build like this.
With the compiler arm-none-eabi-gcc.
$ sudo dnf install arm-none-eabi-gcc-cs libftdi-devel
$ which arm-none-eabi-gcc
/bin/arm-none-eabi-gcc
$ make BOARD=hx20 CROSS_COMPILE=arm-none-eabi-
With the compiler arm-linux-gnu-gcc.
$ sudo dnf install gcc-arm-linux-gnu libftdi-devel
$ which arm-linux-gnu-gcc
/bin/arm-linux-gnu-gcc
$ make BOARD=hx20 CROSS_COMPILE=arm-linux-gnu-
If you don't mind, I would like to add the command to install arm-none-eabi-gcc on README.md.
Metadata
Metadata
Assignees
Labels
No labels