Decrypt9 icon indicating copy to clipboard operation
Decrypt9 copied to clipboard

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

Open d0k3 opened this issue 10 years ago • 1 comments
trafficstars

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.

d0k3 avatar Aug 21 '15 13:08 d0k3

@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.

Syphurith avatar Aug 29 '15 09:08 Syphurith