Skip to content

sim: Remove unnecessary configurations#10228

Closed
Zhangshoukui wants to merge 0 commit intoapache:masterfrom
Zhangshoukui:master
Closed

sim: Remove unnecessary configurations#10228
Zhangshoukui wants to merge 0 commit intoapache:masterfrom
Zhangshoukui:master

Conversation

@Zhangshoukui
Copy link
Copy Markdown
Contributor

@Zhangshoukui Zhangshoukui commented Aug 15, 2023

Summary

LIBUV will auto select CONFIG_PSEUDOFS_SOFTLINKS and CONFIG_SCHED_HAVE_PARENT

Impact

Testing

@Zhangshoukui
Copy link
Copy Markdown
Contributor Author

Zhangshoukui commented Aug 15, 2023

/usr/bin/ld: nuttx.rel: in function uv__fs_readlink': /github/workspace/sources/apps/system/libuv/libuv/src/unix/fs.c:743: undefined reference to NXreadlink'
This error is due to the missing commit apache/nuttx-apps#1908. They're loop dependent, and this commit needs to merge first

@xiaoxiang781216
Copy link
Copy Markdown
Contributor

/usr/bin/ld: nuttx.rel: in function uv__fs_readlink': /github/workspace/sources/apps/system/libuv/libuv/src/unix/fs.c:743: undefined reference to NXreadlink' This error is due to the missing commit apache/nuttx-apps#1908. They're loop dependent, and this commit needs to merge first

Please find other defconfig which use LIBUV and fix the similar issue in this patch too.

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

Successfully merging this pull request may close these issues.

2 participants