Forum Discussion
Altera_Forum
Honored Contributor
11 years agoWhere can find "Bare metal C++ example project for Cyclone V SoC Dev Kit" ?
hi, Does anybody know how to create a "bare-metal hello world C++ project" that can running on Cyclone V SoC Dev Kit ? I have create a new C++ project from DS-5 IDE, after modify some p...
Altera_Forum
Honored Contributor
11 years agoYou have questions or make sample for us ?
I download 2 your files, unzip, import in DS-5, try to compile -- see error: --- Quote Start --- make: *** No rule to make target 'gcc_bm.axf', need by 'all'. Stop. --- Quote End --- For making any my new projects I use Altera-s examples: need be rename old names in ".cproject" and ".project", "Makefile". Renaming of .c-file to .cpp usually is not disturb.