-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Is your feature request related to a problem? Please describe.
The problem is many dependencies of the OPENED tool isn't supported on ARM architecture. Specifically, they are gcc-multilib, codequery, and TXL. There is an alternative package to substitute gcc-multilib. The qt5-default dependency of codequery is also not supported, but there might be an alternative.
There's no alternative for TXL on ARM architectures.
Describe the solution you'd like
A docker container for setting up the dependencies for OPENED, targeted at ARM architectures specifically.
Describe alternatives you've considered
There's an alternative package to use on ARM architecture for gcc-multilib, but no working alternatives have been found for codequery and TXL:
gcc-multilibis not supported on ARM architectures. A working solution is to install thegcc-multilib-i686-linux-gnupackage instead. However, with this alternative packet, theC_INCLUDE_PATHvar needs to be changed to/usr/include/aarch64-linux-gnu/by runningexport C_INCLUDE_PATH=/usr/include/aarch64-linux-gnu/for example.codequerydependencyqt5-defaultis not support on ARM architecture. We haven't found an alternative solution to this issue yet.TXLdoes not support ARM and there's currently no alternative solution.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed