The vbasc file extension....
Monday, July 7, 2014, 08:22 PM
... is a file extension used by the VeriBest PCB.
This software was used in the 90ies until the Mentor Graphics aciquired them:
http://www.electronicsweekly.com/news/a ... p-1999-11/
[ hozzászólás ] ( 5 megtekintés ) [ 0 trackbackek ] permalink ( 3.1 / 1661 )
Building Cyanogenmod for Sony Ericsson Xperia X8 (Shakira)
A log style lists of my problems and solutions.
(I am using kUbuntu 13.10 64 bit)
Building tutorial's source:
http://wiki.cyanogenmod.org/w/Build_for_shakiraError:
host C++: libhost <= build/libs/host/pseudolocalize.cpp
In file included from build/libs/host/include/host/pseudolocalize.h:4:0,
from build/libs/host/pseudolocalize.cpp:1:
/usr/include/c++/4.8/string:38:28: fatal error: bits/c++config.h: Nincs ilyen fájl vagy könyvtár
#include <bits/c++config.h>
^
compilation terminated.
Solution:
sudo apt-get install gcc-4.8-multilib g++-4.8-multilib
Error:
host Executable: aapt (out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/aapt)
/usr/bin/ld: cannot find -lz
Solution:
sudo apt-get install lib32z1-dev
[ hozzászólás ] ( 4 megtekintés ) [ 0 trackbackek ] permalink ( 3 / 2330 )