Closed toplinuxsir closed 1 year ago
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
Hi @toplinuxsir
What version of ACL are you building?
Could you please share the build command you used?
The output of g++ --version
or aarch64-linux-gnu-g++ --version
will also help.
@morgolock
aarch64-linux-gnu-g++ --version
aarch64-linux-gnu-g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Hi @toplinuxsir I suppose you are making a native build and gcc 11.3.0 is the toolchain installed on your device, is this right? Could you share the command you use to build the library?
This looks like a problem with the toolchain 11.3.0. I built ACL successfully with gcc 11.2.0 and 12.2.0. Unfortunately I don't have access to a device like yours.
You could try downloading a different version of gcc from https://developer.arm.com/downloads/-/gnu-a or even updating your system to use a different version of gcc.
Alternatively you could add #include <cstdlib>
to the top of ./arm_compute/core/ITensorPack.h
Hope this helps
Chip info
error: