Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error while './buildPatchedKernel.sh' #20

Open
sungwook87 opened this issue May 29, 2019 · 1 comment
Open

error while './buildPatchedKernel.sh' #20

sungwook87 opened this issue May 29, 2019 · 1 comment

Comments

@sungwook87
Copy link

I am using TX2 with Auvidea j120 (jetpack 3.2.1) and trying to build librealsense2tx.
Whenever I try to build it, I got this.
Anyone can help?
Thanks in advance!

CHK include/config/kernel.release
CHK include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
make[1]: 'include/generated/mach-types.h' is up to date.
CHK include/generated/bounds.h
CHK include/generated/timeconst.h
CHK include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
CHK kernel/config_data.h
LINK vmlinux
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/generated/compile.h
UPD include/generated/compile.h
CC init/version.o
LD init/built-in.o
drivers/built-in.o: In function nvs_remove': /usr/src/kernel/kernel-4.4/drivers/misc/nvs/nvs_iio.c:1804: undefined reference to devm_iio_kfifo_free'
/usr/src/kernel/kernel-4.4/drivers/misc/nvs/nvs_iio.c:1804:(.text+0x26137c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol devm_iio_kfifo_free' drivers/built-in.o: In function nvs_init':
/usr/src/kernel/kernel-4.4/drivers/misc/nvs/nvs_iio.c:1846: undefined reference to devm_iio_kfifo_allocate' /usr/src/kernel/kernel-4.4/drivers/misc/nvs/nvs_iio.c:1846:(.text+0x26203c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol devm_iio_kfifo_allocate'
Makefile:959: recipe for target 'vmlinux' failed
make: *** [vmlinux] Error 1
Make did not successfully build
Please fix issues and retry build

@h-ss
Copy link

h-ss commented Nov 5, 2019

Hi @sungwook87 , I also use same TX2 with Auvidea j120 and I got the same issue.
Do you solve it? Thanks

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

No branches or pull requests

2 participants