Add agbcc FE8J compiler#75
Merged
Merged
Conversation
Package the default-off-compatible agbcc build used by fireemblem8j so decomp.me can compile scratches with the project-local -mjp-promote target flag. Co-authored-by: laqieer <laqieer@126.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 990a295e-cc42-4f64-8303-1599ab35abfb
Contributor
Author
|
@mkst This first contribution is waiting on Actions approval ( |
This was referenced Jul 20, 2026
Contributor
Author
|
All Publish jobs are now green, including the |
Contributor
Author
|
@ethteck If you have merge access and a moment, this CI-green compiler package unblocks decompme/decomp.me#2046 and preset request #2047. The artifact provenance and clean FE8J ROM validation are in the PR body. |
Collaborator
|
quite pushy this copilot pr eh? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the
agbcc-fe8jcompiler package for fireemblem8j issue #168.The artifact is built from
pret/agbccda598c1plus the default-off FE8J target flags onlaqieer/agbcc@fe8j. The permanent release isfe8j-v1.-mjp-promotepreserves signed sub-word promotion and enables declaration-order function-argument promotion. With no FE8J flag, validated.textoutput matches stock agbcc; with-mjp-promote, the knownAddGorgonEggTrapcase produces the required FE8J argument-extension order. The packaged release also completed a clean full fireemblem8j build withfireemblem8.gba: OK.A follow-up decomp.me application PR will register this package and add a focused compile test for
-mjp-promoteonce this image is published.