Christoph Scholtes
|
96417f3377
|
Update crosstool-ng to development version to fix hanging build. Remove obsolete code. Add missing dependencies for Arch host system.
|
1 year ago |
Christoph Scholtes
|
f776a9d6dc
|
Update dep-arch-linux Makefile target to install Arch Linux dependencies. Build osxcross with native clang compiler in Arch Linux.
|
1 year ago |
Christoph Scholtes
|
59db4807a3
|
Update documentation for changing Docker image to Arch Linux. Doc cleanup.
|
1 year ago |
Christoph Scholtes
|
08907e1a61
|
Update Docker image to use Arch Linux.
|
1 year ago |
Andrew Belt
|
203a722549
|
Add Mac ARM64 to toolchain-clean.
|
1 year ago |
Christoph Scholtes
|
9484abb2b2
|
Update to new (forked) version of osxcross to resolve build issues with Arch Linux.
|
1 year ago |
Andrew Belt
|
a875fe4dfb
|
Add back plugin-build-mac-arm64 to plugin-build-mac target.
|
2 years ago |
Andrew Belt
|
ccbe909d33
|
Change plugin-build-linux-x64 target to plugin-build-lin-x64.
|
2 years ago |
Christoph Scholtes
|
bbc5d44ba4
|
Update to Rack SDK 2.3.0.
|
2 years ago |
Christoph Scholtes
|
87f3aaa519
|
Update to 2.2.3 SDK. Fix missing build dependencies for plugins using X11 headers.
|
2 years ago |
Christoph Scholtes
|
94df671f9d
|
Update Docker base OS to Ubuntu 22.04 to get access to newer version of build tools.
|
2 years ago |
Christoph Scholtes
|
488168cfac
|
Fix build failure when including GLFW libraries from Rack SDK. #26
|
2 years ago |
Christoph Scholtes
|
490d61e867
|
Update to Rack SDK 2.2.2.
|
2 years ago |
Christoph Scholtes
|
4b2e56c0e0
|
Update to Rack SDK 2.2.1. Enable mac-arm64 target.
|
2 years ago |
Christoph Scholtes
|
adc9404659
|
Disable automatic build for arm platform until SDK is updated.
|
2 years ago |
Christoph Scholtes
|
f7ee244d08
|
Update to support Rack SDK 2.2.0 with arm platform support.
Install compiler-rt in osxcross to prevent missing symbols on macOS platform.
|
2 years ago |
Andrew Belt
|
10ec93f5d6
|
Add .build dir to `toolchain-clean` target.
|
2 years ago |
Christoph Scholtes
|
2d2a003b75
|
Fix Windows toolchain build failure. #24
|
2 years ago |
Christoph Scholtes
|
9f00f602b4
|
Temporary fix for osxcross build until osxcross is fixed. #22
|
2 years ago |
Andrew Belt
|
e7ec5e0fdf
|
Remove $(PWD) from `rm` command.
|
2 years ago |
Christoph Scholtes
|
f63cc0c181
|
Update crosstool-ng to latest released version. This fixes isl issues and temporary hacks are removed.
|
2 years ago |
Christoph Scholtes
|
e9b220d65d
|
Move Rack SDK outside of Docker image to allow updating Rack SDK without rebuilding Docker image.
|
2 years ago |
Christoph Scholtes
|
f71293f9f2
|
Update toolchain to Rack SDK 2.1.2.
|
2 years ago |
Christoph Scholtes
|
9214f9ba15
|
Update toolchain to Rack SDK 2.1.0.
|
3 years ago |
Christoph Scholtes
|
f71117187e
|
Fix individual build target for Linux using Docker. #18
|
3 years ago |
Christoph Scholtes
|
125df2636a
|
Update toolchain to Rack SDK 2.0.6.
|
3 years ago |
Christoph Scholtes
|
c60be252be
|
Update toolchain to Rack SDK 2.0.5.
|
3 years ago |
Christoph Scholtes
|
4a80d58ae6
|
Update toolchain to Rack SDK 2.0.2.
|
3 years ago |
Christoph Scholtes
|
fd6a8964d9
|
Update toolchain to Rack SDK 2.0.0.
|
3 years ago |
Andrew Belt
|
2d26cb8d72
|
Update SDK version.
|
3 years ago |
Andrew Belt
|
65212f45cc
|
Download isl library to .build/tarballs instead to absolute path.
|
3 years ago |
Andrew Belt
|
5d9c170d34
|
Don't add -static-libstdc++ because plugin.mk now does this, and it's not needed on Mac.
|
3 years ago |
Christoph Scholtes
|
4e8f05f410
|
Update README with note on invoking Docker-based build with sudo.
|
3 years ago |
Andrew Belt
|
a7ba007cf4
|
Update SDK version
|
3 years ago |
Christoph Scholtes
|
eef13d7287
|
Update to new Rack SDK. Update to more robust isl resource for building toolchains.
|
3 years ago |
Christoph Scholtes
|
e341661e57
|
Fix issue with crosstool-ng build.
|
3 years ago |
Christoph Scholtes
|
423f9c53d3
|
Update to latest Rack API. Add ability to control number of jobs for build process.
|
3 years ago |
Christoph Scholtes
|
68f1e340a9
|
Use platform-specific SDKs when building. Work around issues with crosstool-ng. Install missing tool dependencies.
|
3 years ago |
Christoph Scholtes
|
52322647a8
|
Update toolchain documentation.
|
3 years ago |
Christoph Scholtes
|
480ad9d078
|
Ensure we are using our own clang version and not the system clang.
|
3 years ago |
Christoph Scholtes
|
0e1e3ec99e
|
Update build documentation with latest SDK version.
|
3 years ago |
Christoph Scholtes
|
11a1856a47
|
Update Rack plugin toolchain to latest available version of cross-compilers. Update to macOS SDK 11.1 and require minimum macOS version of 10.9.
|
3 years ago |
Christoph Scholtes
|
9e87cbc67e
|
Add missing dependencies for build process.
|
4 years ago |
Andrew Belt
|
619e6ecdd0
|
Add RAM requirement to readme.
|
4 years ago |
Andrew Belt
|
d0998a511c
|
Recommend to use `make toolchain-all` instead of individually `make`ing each toolchain.
|
4 years ago |
Andrew Belt
|
c9db1ddcba
|
Clarify -j flag in readme.
|
4 years ago |
Andrew Belt
|
77422ab731
|
Merge pull request #3 from VCVRack/make-mflags
Add MFLAGS to pass make options to Docker build.
|
4 years ago |
Christoph Scholtes
|
d05122258f
|
Add MFLAGS to pass make options to Docker build.
|
4 years ago |
Andrew Belt
|
06e07c5243
|
Merge pull request #2 from VCVRack/docker-build-fixes
Docker build fixes
|
4 years ago |
Christoph Scholtes
|
a3c097f98e
|
Install RackSDK when building Docker image. Update mounted output path when running Docker container.
|
4 years ago |