Skip to content

ByteStreamDriverModel Undefined Build Error With Latest Tutorial #2290

Answered by thomas-bc
astroesteban asked this question in Q&A
Discussion options

You must be logged in to vote

Or if you want to be working with devel, you can update the definition in your instances.fpp:

from

instance comDriver: Drv.ByteStreamDriverModel base id 0x4000 \
    type "Drv::TcpClient" \
    at "../../Drv/TcpClient/TcpClient.hpp"

to

instance comDriver: Drv.TcpClient base id 0x4000

Or TcpServer/LinuxUartDriver if you're using the TCPServer/UART option.

You can see how the changes were made to our test projects (RPI/Ref) here

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@thomas-bc
Comment options

Answer selected by astroesteban
@astroesteban
Comment options

@LeStarch
Comment options

@LeStarch
Comment options

@astroesteban
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants