Skip to content
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

Error to build with latest Ghidra 10.2.2 #3

Closed
bvernoux opened this issue Nov 27, 2022 · 1 comment
Closed

Error to build with latest Ghidra 10.2.2 #3

bvernoux opened this issue Nov 27, 2022 · 1 comment
Assignees

Comments

@bvernoux
Copy link

GhidraEmu actual code cannot be built with Ghidra 10.2.2 with following warning/errors:

> Task :compileJava
GhidraEmu\src\main\java\byteviewerEmu\ByteViewerPanel.java:26: error: cannot find symbol
import docking.help.Help;
                   ^
  symbol:   class Help
  location: package docking.help
GhidraEmu\src\main\java\byteviewerEmu\ByteViewerPanel.java:27: error: cannot find symbol
import docking.help.HelpService;
                   ^
  symbol:   class HelpService
  location: package docking.help
GhidraEmu\src\main\java\byteviewerEmu\ByteViewerComponent.java:26: error: cannot find symbol
import docking.help.Help;
                   ^
  symbol:   class Help
  location: package docking.help
D:\_proj\Ghidra\GhidraEmu\src\main\java\byteviewerEmu\ByteViewerComponent.java:27: error: cannot find symbol
import docking.help.HelpService;
                   ^
  symbol:   class HelpService
  location: package docking.help
GhidraEmu\src\main\java\byteviewerEmu\ByteViewerPanel.java:827: error: cannot find symbol
                HelpService help = Help.getHelpService();
                ^
  symbol:   class HelpService
  location: class ByteViewerPanel
GhidraEmu\src\main\java\byteviewerEmu\ByteViewerPanel.java:827: error: cannot find symbol
                HelpService help = Help.getHelpService();
                                   ^
  symbol:   variable Help
  location: class ByteViewerPanel
GhidraEmu\src\main\java\byteviewerEmu\ByteViewerComponent.java:750: error: cannot find symbol
                HelpService helpService = Help.getHelpService();
                ^
  symbol:   class HelpService
  location: class ByteViewerComponent
GhidraEmu\src\main\java\byteviewerEmu\ByteViewerComponent.java:750: error: cannot find symbol
                HelpService helpService = Help.getHelpService();
                                          ^
  symbol:   variable Help
  location: class ByteViewerComponent
GhidraEmu\src\main\java\ghidraemu\GhidraEmuPlugin.java:57: warning: [removal] ProgramPlugin(PluginTool,boolean,boolean) in ProgramPlugin has been deprecated and marked for removal
                super(tool, true, true);
                ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
8 errors
1 warning

> Task :compileJava FAILED

FAILURE: Build failed with an exception.
@Nalen98
Copy link
Owner

Nalen98 commented Nov 28, 2022

Check it out now or get the final build for Ghidra 10.2.2: https://github.com/Nalen98/GhidraEmu/releases/download/1.0/ghidra_10.2.2_GhidraEmu.zip

@Nalen98 Nalen98 closed this as completed Nov 28, 2022
@Nalen98 Nalen98 self-assigned this Nov 28, 2022
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

No branches or pull requests

2 participants