Skip to content

esrocos_fetch_dependencies fails on empty project #1

Description

@haianos

..during the creation of a new project, steps (as from the tutorial )

$ esrocos_create_project first_project
init esrocos project...
no file found, creating..
Please enter the projects OS dependencies, proceed by pressing return
> 
[]
Please enter package dependencies, proceed by pressing return
> types/base
> types/core
> 
['types/base', 'types/core']
please make sure these packages are either other locally developed esrocos components or to give additional version control information in the esrocos.yml
create folder structure...	DONE
create asn file...		DONE
generate acn files...		DONE
generate data view files...	DONE
generate CMakeLists.txt...	DONE
generate package-config file...	DONE
ESROCOS project initialized successfully.

Then

cd first_project
esrocos_fetch_dependencies

Returns

locally installing shared components...	DONE
locally installing shared types...	DONE
compiling types to aadl...		File:Logger.asn, line:26, Unknown module 'TASTE-BasicTypes'

ASN1SCC reported semantic errors (or mono failed). Aborting...

DONE

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions