|
楼主 |
发表于 2024-8-19 18:56:13
|
显示全部楼层
I tried your method and it worked but following error still comes:
dmesg: read kernel buffer failed: Operation not permitted
/home/galactica/EDA/Synopsys/virtual_proto/SLS/linux/common/bin/g++ -fmessage-length=0 -fno-var-tracking-assignments --param inline-unit-growth=300 -Wno-deprecated -g2 -O2 -fPIC -c Debug/ConvergenSC/cwr_simulation_vars.cpp -o Debug/ConvergenSC/cwr_simulation_vars.o
scc +cxx /home/galactica/EDA/Synopsys/virtual_proto/SLS/linux/common/bin/g++ +O1 -fmessage-length=0 -fno-var-tracking-assignments --param inline-unit-growth=300 -Wno-deprecated -g2 -O2 -fPIC -c "display.cpp" -o "Debug/display.o"
scc +cxx /home/galactica/EDA/Synopsys/virtual_proto/SLS/linux/common/bin/g++ +O1 -fmessage-length=0 -fno-var-tracking-assignments --param inline-unit-growth=300 -Wno-deprecated -g2 -O2 -fPIC -c "main.cpp" -o "Debug/main.o"
scc +cxx /home/galactica/EDA/Synopsys/virtual_proto/SLS/linux/common/bin/g++ +O1 -fmessage-length=0 -fno-var-tracking-assignments --param inline-unit-growth=300 -Wno-deprecated -g2 -O2 -fPIC -c "numgen.cpp" -o "Debug/numgen.o"
scc +cxx /home/galactica/EDA/Synopsys/virtual_proto/SLS/linux/common/bin/g++ +O1 -fmessage-length=0 -fno-var-tracking-assignments --param inline-unit-growth=300 -Wno-deprecated -g2 -O2 -fPIC -c "stage1.cpp" -o "Debug/stage1.o"
scc +cxx /home/galactica/EDA/Synopsys/virtual_proto/SLS/linux/common/bin/g++ +O1 -fmessage-length=0 -fno-var-tracking-assignments --param inline-unit-growth=300 -Wno-deprecated -g2 -O2 -fPIC -c "stage2.cpp" -o "Debug/stage2.o"
scc +cxx /home/galactica/EDA/Synopsys/virtual_proto/SLS/linux/common/bin/g++ +O1 -fmessage-length=0 -fno-var-tracking-assignments --param inline-unit-growth=300 -Wno-deprecated -g2 -O2 -fPIC -c "stage3.cpp" -o "Debug/stage3.o"
scc +cxx " /home/galactica/EDA/Synopsys/virtual_proto/SLS/linux/common/bin/g++ " -o Debug/sim-elab Debug/ConvergenSC/cwr_simulation_vars.o Debug/display.o Debug/main.o Debug/numgen.o Debug/stage1.o Debug/stage2.o Debug/stage3.o
/usr/bin/ld: warning: sc_main_hook_dyn_comp.o: requires executable stack (because the .note.GNU-stack section is executable)
scsim +config Debug +elab sim
FlexNet Licensing checkout error: Invalid (inconsistent) license key.
The license key and data for the feature do not match.
This usually happens when a license file has been altered.
Feature: PA-Base-Tool
License path: /home/galactica/EDA/Synopsys/Synopsys.dat:
FlexNet Licensing error:-8,523
license file(s): /home/galactica/EDA/Synopsys/Synopsys.dat
FlexNet Licensing checkout error: Invalid (inconsistent) license key.
The license key and data for the feature do not match.
This usually happens when a license file has been altered.
Feature: PA-Base-Tool
License path: /home/galactica/EDA/Synopsys/Synopsys.dat:
FlexNet Licensing error:-8,523
license file(s): /home/galactica/EDA/Synopsys/Synopsys.dat
[SCL] 08/19/2024 16:21:26 PID:14534 Client:galactica Checkout denied PA-Base-Tool 2023.03
[SCL] 08/19/2024 16:21:26 PID:14534 Client:galactica Checkout denied PA-Base-Tool 2023.03
Error (License Manager): problem while obtaining licenses for tool:
Invalid (inconsistent) license key.
The license key and data for the feature do not match.
This usually happens when a license file has been altered.
Feature: PA-Base-Tool
License path: /home/galactica/EDA/Synopsys/Synopsys.dat:
FlexNet Licensing error:-8,234
Aborting .... <licensing_027>
make: *** [Debug/Makefile.sim:109: Debug/ConvergenSC/cwr_simulate.cpp] Error 1 |
|