You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to compile for x86_64 (GLIB emulator) an equivalent of libmemsvc must be provided.
Currently this file does not exist in ctp7_modules and @lpetre-ulb has a version that has been used for generating the GLIB emulator lpetre-ulb/gem_glib_sw
Somehow this needs to be included in the set of GEM tools, whether added here to ctp7_modules or independently as a dependency elsewhere.
I and @mexanick propose that it is included here in ctp7_modules to reduce the number of multiplying packages.
Types of issue
Feature request (request for change which adds functionality)
Expected Behavior
Compiling for x86_64 should work
Current Behavior
Doesn't work
Steps to Reproduce (for bugs)
make
Possible Solution (for bugs)
Include sources for IPBus based libmemsvc to ctp7_modules (this was how I resolved the issue for my testing, it was added to a server subdirectory as seen in the ctp7_modules.mk file)
Brief summary of issue
In order to compile for
x86_64(GLIB emulator) an equivalent oflibmemsvcmust be provided.Currently this file does not exist in
ctp7_modulesand @lpetre-ulb has a version that has been used for generating the GLIB emulator lpetre-ulb/gem_glib_swSomehow this needs to be included in the set of GEM tools, whether added here to
ctp7_modulesor independently as a dependency elsewhere.I and @mexanick propose that it is included here in
ctp7_modulesto reduce the number of multiplying packages.Types of issue
Expected Behavior
Compiling for
x86_64should workCurrent Behavior
Doesn't work
Steps to Reproduce (for bugs)
Possible Solution (for bugs)
Include sources for
IPBusbasedlibmemsvctoctp7_modules(this was how I resolved the issue for my testing, it was added to aserversubdirectory as seen in thectp7_modules.mkfile)Your Environment
366ee77