You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scons: Reading SConscript files ...
D:\Devel\as/com/as.tool/config.infrastructure.system/third_party/autosar/base.py:157: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if len(tmp[2])>0 is not None:
D:\Devel\as/com/as.tool/config.infrastructure.system/third_party/autosar/writer/behavior_writer.py:767: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
raise ValueError('Invalid portRef "%s" in runnable "%s"'(self.portRef,runnable.ref))
D:\Devel\as/com/as.tool/config.infrastructure.system/third_party/autosar/writer/behavior_writer.py:770: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
raise ValueError('Invalid portInterfaceRef "%s" in port "%s"'(port.portInterfaceRef,port.ref))
sh: line 1: cd: D:Develas/com/as.tool/kconfig-frontends: No such file or directory
Exception: FAIL of RunCommand "cd D:\Devel\as/com/as.tool/kconfig-frontends && curl -O http://distortos.org/files/kconfig-frontends-3.12.0-windows.7z && "C:/Program Files/7-Zip/7z.exe" e kconfig-frontends-3.12.0-windows.7z" = 256:
File "/d/Devel/as/SConstruct", line 8:
asenv = PrepareEnv()
File "/d/Devel/as/com/as.tool/config.infrastructure.system/building.py", line 193:
PrepareBuilding(asenv)
File "/d/Devel/as/com/as.tool/config.infrastructure.system/building.py", line 270:
menuconfig(env)
File "/d/Devel/as/com/as.tool/config.infrastructure.system/building.py", line 375:
RunCommand(cmd2)
File "/d/Devel/as/com/as.tool/config.infrastructure.system/building.py", line 652:
raise Exception('FAIL of RunCommand "%s" = %s'%(cmd, ret))
The text was updated successfully, but these errors were encountered:
back in CMD in the folder from 1. "C:/Program Files\7-Zip/7z.exe" e kconfig-frontends-3.12.0-windows.7z"
Then rerun scons --menuconfig, make no changes, save on exit
Windows10 OS
followed procedure @ http://autoas.github.io/as/autosar/2018/02/20/as-study-platform.html
This is the error i get:
scons: Reading SConscript files ...
D:\Devel\as/com/as.tool/config.infrastructure.system/third_party/autosar/base.py:157: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if len(tmp[2])>0 is not None:
D:\Devel\as/com/as.tool/config.infrastructure.system/third_party/autosar/writer/behavior_writer.py:767: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
raise ValueError('Invalid portRef "%s" in runnable "%s"'(self.portRef,runnable.ref))
D:\Devel\as/com/as.tool/config.infrastructure.system/third_party/autosar/writer/behavior_writer.py:770: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?
raise ValueError('Invalid portInterfaceRef "%s" in port "%s"'(port.portInterfaceRef,port.ref))
sh: line 1: cd: D:Develas/com/as.tool/kconfig-frontends: No such file or directory
Exception: FAIL of RunCommand "cd D:\Devel\as/com/as.tool/kconfig-frontends && curl -O http://distortos.org/files/kconfig-frontends-3.12.0-windows.7z && "C:/Program Files/7-Zip/7z.exe" e kconfig-frontends-3.12.0-windows.7z" = 256:
File "/d/Devel/as/SConstruct", line 8:
asenv = PrepareEnv()
File "/d/Devel/as/com/as.tool/config.infrastructure.system/building.py", line 193:
PrepareBuilding(asenv)
File "/d/Devel/as/com/as.tool/config.infrastructure.system/building.py", line 270:
menuconfig(env)
File "/d/Devel/as/com/as.tool/config.infrastructure.system/building.py", line 375:
RunCommand(cmd2)
File "/d/Devel/as/com/as.tool/config.infrastructure.system/building.py", line 652:
raise Exception('FAIL of RunCommand "%s" = %s'%(cmd, ret))
The text was updated successfully, but these errors were encountered: