Skip to content

scons --menuconfig fail #39

Description

@spara7C5

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions