'bounds.c:26 sorry, unimplemented: function profiling }' when building souce code for TX2 on x86_64

An error as title says occurs when building source code for TX2.

The system info that was build on is:
arch: x86_64
version: ubuntu 14.04

There’re 3 instructions I have performed.

  1. make O=$TEGRA_KERNEL_OUT tegra18_defconfig. successfully!
  2. make O=$TEGRA_KERNEL_OUT menuconfig. successfully!
  3. make O=$TEGRA_KERNEL_OUT zImage. failed!

please help me, what’s wrong?

And, I have build source code on TX2, is there other way to install kernel on TX2 without reflashing it?

BTW, the gcc version on the system is 4.8.4, and I was using 4.8.5 toolchain

Please refer to L4T document → kernel customizaton

I think the steps for building image is not correct. We are not using zImage or TX2.

https://developer.nvidia.com/embedded/dlc/l4t-documentation-28-2-ga

Hi,WayneWWW, thank you for your reply. I changed system to ubuntu16, and the build passed.