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
After merging kaitai_struct_compiler upstream, the kaitai-struct-compiler tool fails. With the upstream, we also need to reflect the new changes in CppCompiler.scala to AwkwardCompiler.scala since the later is a modified copy of the former.
The text was updated successfully, but these errors were encountered:
With the upstream, we also need to reflect the new changes in CppCompiler.scala to AwkwardCompiler.scala since the later is a modified copy of the former.
it looks like we need to port the new commits affecting CppCompiler.scala to AwkwardCompiler.scala
it looks like we need to port the new commits affecting CppCompiler.scala to AwkwardCompiler.scala
@zonca Yes exactly. The current branch ManasviGoyal/kaitai_awkward_target is not synced with the latest changes in kaitai-struct-compiler. Those changes need to be added.
When I tried making these changes, the generated .jar files were not able to parse the .ksy files to generate the source and header files.
ManasviGoyal
changed the title
Fix kaitai_struct_compiler upstream issues
fix: kaitai_struct_compiler upstream issues
Dec 7, 2023
After merging
kaitai_struct_compiler
upstream, thekaitai-struct-compiler
tool fails. With the upstream, we also need to reflect the new changes in CppCompiler.scala to AwkwardCompiler.scala since the later is a modified copy of the former.The text was updated successfully, but these errors were encountered: