ContributionsMost RecentMost LikesSolutionsRe: unrecognized command line options in NIOS-II example project Hello BB! Changing makefile didn't help me, but my projects started to work after removing and reinstalling arm toolchain No idea how it works, but it solved the problem Thank you for your help! unrecognized command line options in NIOS-II example project Hello! I'm getting started with NIOS-II I've succesfully built hardware design and created bsp from it When I am trying to build example "hello World" project i am getting errors like: arm-none-eabi-gcc.exe: error: unrecognized command line option '-mno-hw-div' arm-none-eabi-gcc.exe: error: unrecognized command line option '-mno-hw-mul' arm-none-eabi-gcc.exe: error: unrecognized command line option '-mno-hw-mulx' arm-none-eabi-gcc.exe: error: unrecognized command line option '-mgpopt=global' make: *** [obj/default/hello_world.o] Error 1 I haven't touched any build settings or bsp options, my qsys project also has the most default settings possible I am using Quartus Prime Lite 18.1 Couls you please tell me what I am doing wrong?