Hi all
I am trying to build Realtime Edge Yoto with baremetal for LS1046RDB board, I encouter the below error for bitbake command:
$ bitbake nxp-image-real-time-edge
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/mnt/d/Working/LS1046ARDB/RTEdgeYoto/yocto-real-time-edge-2.2/bld-ls1046a/bitbake-cookerdaemon.log):
30809 16:38:10.533401 --- Starting bitbake server pid 30809 at 2022-06-01 16:38:10.533379 ---
Traceback (most recent call last):
File "/mnt/d/Working/LS1046ARDB/RTEdgeYoto/yocto-real-time-edge-2.2/sources/poky/bitbake/bin/bitbake-server", line 53, in <module>
bb.server.process.execServer(lockfd, readypipeinfd, lockname, sockname, timeout, xmlrpcinterface)
File "/mnt/d/Working/LS1046ARDB/RTEdgeYoto/yocto-real-time-edge-2.2/sources/poky/bitbake/lib/bb/server/process.py", line 538, in execServer
sock.bind(os.path.basename(sockname))
OSError: [Errno 95] Operation not supported
May I know how to resolve it? Thanks.