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

Building issues when building bootstrap, then gateway (or vice versa) #40

Open
d0k3 opened this issue Aug 21, 2015 · 1 comment
Open

Comments

@d0k3
Copy link
Collaborator

d0k3 commented Aug 21, 2015

If you build with 'make bootstrap' first, then with 'make gateway), the Decrypt9.bin is not recompiled. This leads to a non functional launcher.dat. It's the same problem if you build 'gateway', then 'bootstrap' (with a non functional Decrypt9.bin then).

Workaround for now is to run 'make clean' in between, but for a proper solution I'm out of ideas.

@Syphurith
Copy link

@d0k3 In Top Makefile, L46. For gateway and bootstrap, It detects the method and use different link script. I'm not good with Makefile, sorry. And note the response below may be wrong..

  • manually make clean for switching it back and forth.. Not so good.
  • automatically clean some targets. Take usage of EXEC_METHOD. Seems not that easy..
  • generates different .bin files.. However would need some more modifications / customization.. Might be just edits the L46 and add different OUTPUT. And then take usage of that in the two targets.

Hope there is better solution or a better guy would show up.

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