Skip to content

building for Ubuntu24.04 #276

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

postoroniy
Copy link
Contributor

No description provided.

@postoroniy
Copy link
Contributor Author

╰─ oa-selftest -v ─╯
Testing OpenASIP installation, this can take up to two hours.
Time to go for a lunch? Use -v to see the progress.
test_noOpt (main.TestCompiler.test_noOpt)
Test C compilation with -O0 ... ok
test_opt (main.TestCompiler.test_opt)
Test C compilation with -O3 ... ok
test_custom_operation_from_c_code (main.TestCustomOps.test_custom_operation_from_c_code)
Test creating a simple custom operation with simulation code and ... ok
test_basic_plugins (main.TestExplorer.test_basic_plugins)
Test the ImplementationSelector and Evaluate explorer plugins (this ... ok
test_default_plugins_found (main.TestExplorer.test_default_plugins_found)
Check that the default Explorer plugins are listed. ... ok
test_proge_and_pig (main.TestProGeAndPIG.test_proge_and_pig)
Test the processor generator and the program image generator (with ... ok
test_compiled_simulation (main.TestSimulator.test_compiled_simulation)
Test the compiled engine of the simulator ... ok
test_debugging_simulation (main.TestSimulator.test_debugging_simulation)
Test the debugging engine of the simulator ... ok


Ran 8 tests in 94.155s

OK

@@ -96,6 +96,35 @@ This step needs root/admin privileges.
For Ubuntus, you need to enable the universe and multiverse repositories first:
https://help.ubuntu.com/community/Repositories/Ubuntu#Adding_Repositories_in_Ubuntu

Ubuntu 24.04
-------------------------
This version of Ubuntu has only libwxgtk3.2 and it requires to build wxGTK manualy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you check how far is 3.2 from 3.0 API-wise? Would it be difficult to fix OpenASIP code base to support it? Unfortunately 20.04 nor 22.04 do not support it, so we'd need to #ifdef-support the both versions.

sudo make install
```

It could be impossible to build with default libboost-all-dev, please use version 1.74
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
It could be impossible to build with default libboost-all-dev, please use version 1.74
The default libboost installed by Ubuntu 24.04 is not yet supported by OpenASIP, however, the version 1.74 works:

```bash
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
```

Ubuntu 20.04+ / Debian 11
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Ubuntu 20.04+ / Debian 11
Ubuntu 20.04, 22.04 and Debian 11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants