Part Number: AM3358
Other Parts Discussed in Thread: OMAPL138
Hi All,
I have a custom board using an AM3358 where I run Arago linux (self compiled) from ti-processor-sdk-linux-am335x-evm-06.03.00.106.
For this board I need to use gstreamer which I want to use the Ducati plugin to use hardware acceleration. Therefor I use BitBake to build the package, which failed. I have tried any other random package (openocd) and that one build without problems.
I followed this to get the Bitbake environment:
http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Overview_Building_the_SDK.html?highlight=bitbake#build-steps
Then I use the following command to build the plugin for gstreamer:
MACHINE=am335x-evm bitbake gst-plugins-ducati
Then it failed with the following message after a while:
configure: error: PLATFORM is set to "UNKNOWN": run ./configure --help for available PLATFORM options
When I look at the platform options, which I don't know how to configure in the first place, I don't know which is right:
Platform to build. Options are: 'OMAPL138' 'OMAP54XX' '66AK2E' 'TCI6630' 'TCI6636' 'TCI6638' '66AK2G' 'DRA7XX' and 'AM65XX'.
If not defined all platforms will be built.
Below I have the 2 log files that the Bitbake has created during building.
Does someone know what the root cause is?
Thanks in advance.
DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common'] DEBUG: Executing shell function autotools_preconfigure DEBUG: Shell function autotools_preconfigure finished DEBUG: Executing python function autotools_aclocals DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common'] DEBUG: Python function autotools_aclocals finished DEBUG: Executing shell function do_configure libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'linux/build-aux'. libtoolize: linking file 'linux/build-aux/ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:53: installing 'linux/build-aux/compile' configure.ac:47: installing 'linux/build-aux/missing' linux/src/api/Makefile.am:61: warning: source file '$(top_srcdir)/linux/src/heaps/HeapStd.c' is in a subdirectory, linux/src/api/Makefile.am:61: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. linux/src/api/Makefile.am:61: warning: source file '$(top_srcdir)/linux/src/api/gates/GateMP.c' is in a subdirectory, linux/src/api/Makefile.am:61: but option 'subdir-objects' is disabled linux/src/api/Makefile.am:61: warning: source file '$(top_srcdir)/linux/src/api/gates/GateMutex.c' is in a subdirectory, linux/src/api/Makefile.am:61: but option 'subdir-objects' is disabled linux/src/api/Makefile.am:61: warning: source file '$(top_srcdir)/linux/src/api/gates/GateHWSpinlock.c' is in a subdirectory, linux/src/api/Makefile.am:61: but option 'subdir-objects' is disabled linux/src/api/Makefile.am: installing 'linux/build-aux/depcomp' linux/src/daemon/Makefile.am:101: warning: source file 'cfg/IpcCfg.c' is in a subdirectory, linux/src/daemon/Makefile.am:101: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:101: warning: source file 'cfg/MessageQCfg.c' is in a subdirectory, linux/src/daemon/Makefile.am:101: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:101: warning: source file 'cfg/GateHWSpinlockCfg_dra7xx.c' is in a subdirectory, linux/src/daemon/Makefile.am:101: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:101: warning: source file '$(top_srcdir)/linux/src/api/gates/GateMutex.c' is in a subdirectory, linux/src/daemon/Makefile.am:101: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:144: warning: source file 'cfg/MultiProcCfg_66ak2e.c' is in a subdirectory, linux/src/daemon/Makefile.am:144: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:149: warning: source file 'cfg/MultiProcCfg_66ak2g.c' is in a subdirectory, linux/src/daemon/Makefile.am:149: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:150: warning: source file 'cfg/MultiProcCfg_am65xx.c' is in a subdirectory, linux/src/daemon/Makefile.am:150: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:142: warning: source file 'cfg/MultiProcCfg_dra7xx.c' is in a subdirectory, linux/src/daemon/Makefile.am:142: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:141: warning: source file 'cfg/MultiProcCfg_omap54xx_smp.c' is in a subdirectory, linux/src/daemon/Makefile.am:141: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:143: warning: source file 'cfg/MultiProcCfg_omapl138.c' is in a subdirectory, linux/src/daemon/Makefile.am:143: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:145: warning: source file 'cfg/MultiProcCfg_tci6614.c' is in a subdirectory, linux/src/daemon/Makefile.am:145: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:146: warning: source file 'cfg/MultiProcCfg_tci6630.c' is in a subdirectory, linux/src/daemon/Makefile.am:146: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:147: warning: source file 'cfg/MultiProcCfg_tci6638.c' is in a subdirectory, linux/src/daemon/Makefile.am:147: but option 'subdir-objects' is disabled linux/src/daemon/Makefile.am:148: warning: source file 'cfg/MultiProcCfg_tci6638.c' is in a subdirectory, linux/src/daemon/Makefile.am:148: but option 'subdir-objects' is disabled linux/src/mm/Makefile.am:69: warning: source file '$(top_srcdir)/packages/ti/ipc/mm/MmRpc.c' is in a subdirectory, linux/src/mm/Makefile.am:69: but option 'subdir-objects' is disabled linux/src/tests/Makefile.am:191: warning: source file '$(top_srcdir)/linux/src/tests/main_host.c' is in a subdirectory, linux/src/tests/Makefile.am:191: but option 'subdir-objects' is disabled linux/src/tests/Makefile.am:191: warning: source file '$(top_srcdir)/linux/src/tests/GateMPApp.c' is in a subdirectory, linux/src/tests/Makefile.am:191: but option 'subdir-objects' is disabled linux/src/tests/Makefile.am:162: warning: source file '$(top_srcdir)/packages/ti/ipc/tests/Mx.c' is in a subdirectory, linux/src/tests/Makefile.am:162: but option 'subdir-objects' is disabled linux/src/tests/Makefile.am:162: warning: source file '$(top_srcdir)/packages/ti/ipc/tests/mmrpc_test.c' is in a subdirectory, linux/src/tests/Makefile.am:162: but option 'subdir-objects' is disabled linux/src/utils/Makefile.am:63: warning: source file '$(top_srcdir)/hlos_common/src/utils/MultiProc.c' is in a subdirectory, linux/src/utils/Makefile.am:63: but option 'subdir-objects' is disabled linux/src/utils/Makefile.am:76: warning: source file '$(top_srcdir)/hlos_common/src/utils/MultiProc.c' is in a subdirectory, linux/src/utils/Makefile.am:76: but option 'subdir-objects' is disabled NOTE: Running ../../../../../../../../../../../../home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/git/configure --build=x86_64-linux --host=arm-linux-gnueabi --target=arm-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/usr/share/info --mandir=/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot PLATFORM=UNKNOWN KERNEL_INSTALL_DIR=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work-shared/am335x-evm/kernel-source KERNEL_BUILD_DIR=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work-shared/am335x-evm/kernel-build-artifacts configure: loading site script /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/sources/meta-openembedded/meta-networking/site/endian-little configure: loading site script /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/sources/oe-core/meta/site/endian-little configure: loading site script /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/sources/oe-core/meta/site/arm-common configure: loading site script /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/sources/oe-core/meta/site/arm-32 configure: loading site script /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/sources/oe-core/meta/site/common-linux configure: loading site script /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/sources/oe-core/meta/site/common-glibc configure: loading site script /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/sources/oe-core/meta/site/arm-linux configure: loading site script /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/sources/oe-core/meta/site/common checking for a BSD-compatible install... /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/hosttools/install -c checking whether build environment is sane... yes checking for arm-linux-gnueabi-strip... arm-linux-gnueabihf-strip checking for a thread-safe mkdir -p... /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/hosttools/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... arm-unknown-linux-gnueabi checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for arm-linux-gnueabi-gcc... arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot accepts -g... yes checking for arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot option to accept ISO C89... none needed checking whether arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot understands -c and -o together... yes checking dependency style of arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot... none checking for a sed that does not truncate output... (cached) sed checking for grep that handles long lines and -e... /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/hosttools/grep checking for egrep... /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/hosttools/grep -E checking for fgrep... /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/hosttools/grep -F checking for ld used by arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot... arm-linux-gnueabihf-ld --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot checking if the linker (arm-linux-gnueabihf-ld --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot ) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... arm-linux-gnueabihf-nm checking the name lister (arm-linux-gnueabihf-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to arm-unknown-linux-gnueabi format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for arm-linux-gnueabihf-ld --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot option to reload object files... -r checking for arm-linux-gnueabi-objdump... arm-linux-gnueabihf-objdump checking how to recognize dependent libraries... pass_all checking for arm-linux-gnueabi-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-linux-gnueabi-ar... arm-linux-gnueabihf-ar checking for archiver @FILE support... @ checking for arm-linux-gnueabi-strip... (cached) arm-linux-gnueabihf-strip checking for arm-linux-gnueabi-ranlib... arm-linux-gnueabihf-ranlib checking command to parse arm-linux-gnueabihf-nm output from arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot object... ok checking for sysroot... /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot checking for a working dd... /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/hosttools/dd checking how to truncate binary pipes... /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/hosttools/dd bs=4096 count=1 checking for arm-linux-gnueabi-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot supports -fno-rtti -fno-exceptions... no checking for arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot option to produce PIC... -fPIC -DPIC checking if arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot PIC flag -fPIC -DPIC works... yes checking if arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot static flag -static works... yes checking if arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot supports -c -o file.o... yes checking if arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot supports -c -o file.o... (cached) yes checking whether the arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot linker (arm-linux-gnueabihf-ld --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot ) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for arm-linux-gnueabi-gcc... (cached) arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot checking whether we are using the GNU C compiler... (cached) yes checking whether arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot accepts -g... (cached) yes checking for arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot option to accept ISO C89... (cached) none needed checking whether arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot understands -c and -o together... (cached) yes checking dependency style of arm-linux-gnueabihf-gcc -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard --sysroot=/home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/recipe-sysroot... (cached) none checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes configure: error: PLATFORM is set to "UNKNOWN": run ./configure --help for available PLATFORM options NOTE: The following config.log files may provide further information. NOTE: /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/git/config.log ERROR: configure failed WARNING: /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/temp/run.do_configure.23064:1 exit 1 from 'exit 1' ERROR: Function failed: do_configure (log file is located at /home/jelle/ti-processor-sdk-linux-am335x-evm-06.03.00.106/tisdk/build/arago-tmp-external-arm-toolchain/work/am335x_evm-linux-gnueabi/ti-ipc/3.50.04.08-r2.2/temp/log.do_configure.23064)