🔨 gcc-12 for macOS native
This commit is contained in:
committed by
Sven Soost
parent
a932657403
commit
4cac625bb0
@@ -41,9 +41,9 @@ debug_build_flags = -fstack-protector-strong -g -g3 -ggdb
|
|||||||
lib_compat_mode = off
|
lib_compat_mode = off
|
||||||
build_src_filter = ${common.default_src_filter} +<src/HAL/NATIVE_SIM>
|
build_src_filter = ${common.default_src_filter} +<src/HAL/NATIVE_SIM>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
MarlinSimUI=https://github.com/p3p/MarlinSimUI/archive/8791f3ff43.zip
|
MarlinSimUI=https://github.com/p3p/MarlinSimUI/archive/refs/heads/bugfix-2.0.x.zip
|
||||||
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/c6b319f447.zip
|
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/marlin_sim_native.zip
|
||||||
LiquidCrystal=https://github.com/p3p/LiquidCrystal/archive/322fb5fc23.zip
|
LiquidCrystal=https://github.com/p3p/LiquidCrystal/archive/master.zip
|
||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
pre:buildroot/share/PlatformIO/scripts/simulator.py
|
pre:buildroot/share/PlatformIO/scripts/simulator.py
|
||||||
|
|
||||||
@@ -66,12 +66,11 @@ build_flags = ${simulator_linux.build_flags} ${simulator_linux.release_flags}
|
|||||||
|
|
||||||
#
|
#
|
||||||
# MacPorts:
|
# MacPorts:
|
||||||
# sudo port install gcc11 glm libsdl2 libsdl2_net
|
# sudo port install gcc12 glm libsdl2 libsdl2_net
|
||||||
#
|
#
|
||||||
# cd /opt/local/bin
|
# cd /opt/local/bin
|
||||||
# sudo rm gcc g++ cc ld
|
# sudo rm -f gcc g++ cc
|
||||||
# sudo ln -s gcc-mp-12 gcc ; sudo ln -s g++-mp-12 g++ ; sudo ln -s g++ cc
|
# sudo ln -s gcc-mp-12 gcc ; sudo ln -s g++-mp-12 g++ ; sudo ln -s g++ cc
|
||||||
# sudo ln -s ld-classic ld
|
|
||||||
# cd -
|
# cd -
|
||||||
# rehash
|
# rehash
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user