sifive / freedom

Source files for SiFive's Freedom platforms
Apache License 2.0
1.11k stars 284 forks source link

vcu118 mcs generation issue #139

Closed shirlynan closed 4 years ago

shirlynan commented 4 years ago

there is error when i tried to generate mcs file with make -f Makefile.u500vcu118devkit mcs command.

riscv64-unknown-elf-gcc: error: unrecognized command line option '-mabi=lp64'

erikdanie commented 4 years ago

Hi, Are you sure you have the latest gcc toolchain (from here https://www.sifive.com/boards)?

shirlynan commented 4 years ago

Hi, Are you sure you have the latest gcc toolchain (from here https://www.sifive.com/boards)? Thanks for your reply. I'll have a try.

shirlynan commented 4 years ago

Hi, Are you sure you have the latest gcc toolchain (from here https://www.sifive.com/boards)?

It works! Thanks