Vega
Vega copied to clipboard
cannot execute binary file: Exec format error
Hi, i download vega for archlinux ARM but i have this error. "cannot execute binary file: Exec format error" i think this tool is not for device ARM based, so exists a version for device arm based ?
Maybe you could try to build it yourself? Here you can find information on that.
hi, thanks for information. when i start "ant" the build begin, but i have this error
pde-build-all: [echo] basedir: /root/Vega [java] OpenJDK Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 [java] WARNING: An illegal reflective access operation has occurred [java] WARNING: Illegal reflective access by org.eclipse.osgi.internal.baseadaptor.BaseStorage (file:/root/Vega/build/buildpack/org.eclipse.releng.basebuilder/plugins/org.eclipse.osgi_3.8.0.v20120123-1419.jar) to method java.net.URLClassLoader.addURL(java.net.URL) [java] WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.baseadaptor.BaseStorage [java] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [java] WARNING: All illegal access operations will be denied in a future release [java] An error has occurred. See the log file [java] /root/Vega/build/buildpack/org.eclipse.releng.basebuilder/configuration/1601313895017.log.
BUILD FAILED /root/Vega/build.xml:26: The following error occurred while executing this line: /root/Vega/build.xml:20: The following error occurred while executing this line: /root/Vega/build/ant/pde-build-targets.xml:18: Java returned: 13
i "solved" this error by changing this line
into
but i cant find the third step (ls build/stage/I.VegaBuild/compilelogs/)
how it is possible?
Did you install libwebkit before (see here)?
hi, i try install libwebkit ( pacman -S libwebkit) but i have this error : " target not found". i search on internet this link https://aur.archlinux.org/packages/webkitgtk/ but not work. how can i do ?
I think this is an issue related to arch linux and not related to Vega. In order to run Vega, you need to have WebKit 1.0 installed.
Maybe you want to think about switching to another operating system. For Kali Linux there even exists an installation script for Vega (see #188)