esl-epfl / x-heep

eXtendable Heterogeneous Energy-Efficient Platform based on RISC-V
Other
141 stars 75 forks source link

Including assembly files in compilation #519

Closed JuanSapriza closed 4 months ago

JuanSapriza commented 4 months ago

to test the dual core configuration, I need to compile a .S file (assembly) in my application, is there a way to enhance the CMAKE flow to not only include the C files but also the ASM? it should be quite easy, I did smth similar here: https://github.com/esl-epfl/x-heep/pull/449/files but there it was among the libraries, here I would like you to find for any ".S" file in the PROJECT folder and include it in the compilation flow - can you pls guys do it on the main heep so that I can continue with the dual core?

Davide Schiavone, circa 2024

@JuanSapriza @davideschiavone @JoseCalero

davideschiavone commented 4 months ago

@Ho3eintaji as well

JuanSapriza commented 4 months ago

Fixed in #522