[gem5-users] Re: Compile GEM5 to .a or .so file

2021-10-07 Thread Hoa Nguyen via gem5-users
Hi Fengze, The command to compile gem5 as a library is, scons build/X86/libgem5_opt.so The ISA and the variant (e.g. opt, debug, fast) options are the same as those of compiling gem5 as an executable. Regards, Hoa Nguyen On Thu, Oct 7, 2021, 3:01 AM Fengze Yu via gem5-users wrote: > > Hi > >

[gem5-users] Compile GEM5 to .a or .so file

2021-10-07 Thread Fengze Yu via gem5-users
Hi    Building GEM5 using scons generates an executable file gem5.opt. What if I want to generate a static or dynamic library, which is either a .a or .so file, instead of an executable?    I have noticed that in SConscript under gem5/src, there is a process to make all the object into an libr