caravel_board icon indicating copy to clipboard operation
caravel_board copied to clipboard

Added architecture detection

Open Aidan-McNay opened this issue 2 years ago • 0 comments

Previously, we encountered errors where the targett architecture needed to change based on the version of the RISCV GCC we were using. The new setup should use environment.mk to detect the version and update flags appropriately. This also updated all of the Makefiles to use the compiler and version specified in environment.mk, eliminating the need to change compiler paths for each Makefile if the users had the toolchain installed in a different location.

@jeffdi @RTimothyEdwards would love any feedback/comments, hopefully this fixes the issue

Aidan-McNay avatar Aug 06 '23 17:08 Aidan-McNay