Hello,

I'm trying to build JDK using previously built Hotspot/JDK as a bootstrap. Everything seems to work fine until it comes to BridgeSupport:

Updating bridge support in /Users/karnaukhovv/projects/tmp/jdk/build/bridge_metadata (cd /Users/karnaukhovv/projects/tmp/jdk/build/bridge_metadata; make STABLE_GEN_DIR="/Users/karnaukhovv/projects/tmp/jdk/build/stable_bridge_metadata" FRAMEWORKS="Foundation CoreFoundation AppKit" -f ../../../src/macosx/native/jobjc/bridgesupport.gmk all) make[3]: ../../../src/macosx/native/jobjc/bridgesupport.gmk: No such file or directory make[3]: *** No rule to make target `../../../src/macosx/native/jobjc/bridgesupport.gmk'. Stop.
make[2]: *** [stabilize] Error 2
make[1]: *** [all] Error 1
make: *** [all] Error 1

I run make from jdk/make dir, but looks like make searches for .gmk file in a wrong place. I found changesets for issues 8005597 and 7176225, but they don't seem to be connected with my issue.

Is it a known issue? Am I doing anything wrong?

Regards,
- Vlad

Reply via email to