Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

templates/service: Multiple errors when compiling with 7.0.0 SDK #4

Open
KernelDeimos opened this issue Mar 3, 2019 · 3 comments
Open

Comments

@KernelDeimos
Copy link

I tried to compile the service template using the SDK generated from AGL 7.0.0. Running make produced several errors compiler errors. I put the output on pastebin: https://pastebin.com/gcu1kEKy

@jobol
Copy link
Member

jobol commented Mar 4, 2019

You have to add the line
#define AFB_BINDING_VERSION 3
before to include <afb/afb-binding.h>

@KernelDeimos
Copy link
Author

I've tried this and the errors persist.

I also tried changing .type = AFB_BINDING_VERSION_1 to .type = AFB_BINDING_VERSION_3 but that produces another error.

Is there a different template I should be using for Guppy, or should this one be supported? I'd be willing to submit a PR if I can figure this out.

@jobol
Copy link
Member

jobol commented Mar 5, 2019

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

No branches or pull requests

2 participants