Closed
Description
I am installing on macOS x64. after installing VCV Rack, the Rack SDK, and Verilator, when I run make
I get this error message:
c++ -std=c++14 -std=c++11 -stdlib=libc++ -I/usr/local/Cellar/verilator/5.022/share/verilator/include -faligned-new -fPIC -IRack-SDK/include -IRack-SDK/dep/include -MMD -MP -g -O3 -funsafe-math-optimizations -fno-omit-frame-pointer -Wall -Wextra -Wno-unused-parameter -DARCH_X64 -march=nehalem -DARCH_MAC -mmacosx-version-min=10.9 -c -o build/src/eurorack-pmod.cpp.o src/eurorack-pmod.cpp
In file included from src/eurorack-pmod.cpp:7:
In file included from src/../build/rtl-verilated/Vcore.h:11:
In file included from /usr/local/Cellar/verilator/5.022/share/verilator/include/verilated.h:42:
/usr/local/Cellar/verilator/5.022/share/verilator/include/verilatedos.h:265:3: error: "Verilator requires a C++14 or newer compiler"
# error "Verilator requires a C++14 or newer compiler
after modifying the Rack SDK compile.mk
file from
# C++ standard CXXFLAGS += -std=c++11
to # C++ standard CXXFLAGS += -std=c++14
I am able to make
and make install
the eurorack plugin, but even though the plugin appears to be in the correct location in my file path, Documents/Rack2/plugins-mac-x64/eurorack-pmod-vcvrack
, it is not visible after restarting VCV Rack.
Any help in debugging this problem would be appreciated, thank you!
Metadata
Metadata
Assignees
Labels
No labels