-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
..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