Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with the System Integration Tutorial #3

Open
DanielBilbao12 opened this issue Oct 14, 2021 · 0 comments
Open

Problems with the System Integration Tutorial #3

DanielBilbao12 opened this issue Oct 14, 2021 · 0 comments

Comments

@DanielBilbao12
Copy link

Hi!

I'm trying to do the tutorial about ESROCOS system integration (https://github.com/ESROCOS/esrocos.github.io/wiki/Tutorial-System-Integration). I followed all the steps of the tutorial: Develop a reusable component, Integrate a Third party library and ESROCOS system integration. The problem I have is that when I try to build the project using esrocos_build_project, I received the following message:

..... (More code).....
collect2: error: ld returned 1 exit status
gprbuild: link of main.c failed
Makefile.node1:8: recipe for target 'debug_native' failed
make[3]: *** [debug_native] Error 4
make[3]: Leaving directory '/home/peraspera/esrocos_workspace/tutorials/system_integration/model/work/build/node1'
Makefile.taste:30: recipe for target 'node1_x86_linux' failed
make[2]: *** [node1_x86_linux] Error 2
make[2]: Leaving directory '/home/peraspera/esrocos_workspace/tutorials/system_integration/model/work/build'
Makefile:31: recipe for target 'build-default' failed
make[1]: *** [build-default] Error 2
make[1]: Leaving directory '/home/peraspera/esrocos_workspace/tutorials/system_integration/model/work'
Makefile:13: recipe for target 'c' failed
make: *** [c] Error 2
DONE

After that, I should have an executable generated in model/work/binaries/x86_partition but I only have the folder "binaries" generated without the executable file.

Thanks in advanced,
Daniel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant