Hi, Compilation error on the latest buildroot https://fossies.org/linux/privat/buildroot-2023.11.tar.xz/index_ap.html Error: 2023-12-26T17:40:55 mksquashfs.c: In function 'create_inode': 2023-12-26T17:40:55 mksquashfs.c:993:38: error: called object 'major' is not a function or function pointer 2023-12-26T17:40:55 993 | unsigned int major = major(buf->st_rdev); 2023-12-26T17:40:55 | ^~~ 2023-12-26T17:40:55 mksquashfs.c:993:30: note: declared here 2023-12-26T17:40:55 993 | unsigned int major = major(buf->st_rdev); 2023-12-26T17:40:55 | ^ 2023-12-26T17:40:55 mksquashfs.c:994:38: error: called object 'minor' is not a function or function pointer 2023-12-26T17:40:55 994 | unsigned int minor = minor(buf->st_rdev); 2023-12-26T17:40:55 | ^ 2023-12-26T17:40:55 mksquashfs.c:994:30: note: declared here 2023-12-26T17:40:55 994 | unsigned int minor = minor(buf->st_rdev); 2023-12-26T17:40:55 | ^ 2023-12-26T17:40:55 mksquashfs.c:1017:38: error: called object 'major' is not a function or function pointer 2023-12-26T17:40:55 1017 | unsigned int major = major(buf->st_rdev); 2023-12-26T17:40:55 | ^ 2023-12-26T17:40:55 mksquashfs.c:1017:30: note: declared here 2023-12-26T17:40:55 1017 | unsigned int major = major(buf->st_rdev); 2023-12-26T17:40:55 | ^ 2023-12-26T17:40:55 mksquashfs.c:1018:38: error: called object 'minor' is not a function or function pointer 2023-12-26T17:40:55 1018 | unsigned int minor = minor(buf->st_rdev); 2023-12-26T17:40:55 | ^~~ 2023-12-26T17:40:55 mksquashfs.c:1018:30: note: declared here 2023-12-26T17:40:55 1018 | unsigned int minor = minor(buf->st_rdev); 2023-12-26T17:40:55 |
Can you provide some more details, please? E.G. what is your .config, what Linux distribution are you compiling on, any local modifications, ..?
Thank you for your report. The issue tracker for the Buildroot project has been moved to the Gitlab.com issue tracker: https://gitlab.com/buildroot.org/buildroot/-/issues We are taking this opportunity to close old issues in this old tracker. If you believe your issue is still relevant, please open one in the new issue tracker. Thank you!