Hi,
Is there anyway to compile the sqlite on uvision compiler?
Thanks Michael
Why don't you post any information about in what way you fail?
for starters it missing alot of header files like :"pwd.h" and "pthread.h" ,that are available in GCC ,but not available in realview .
Source/shell.c(42): error: #5: cannot open source input file "pwd.h": No such file or directory Source/sqlite3.c(17785): error: #5: cannot open source input file "pthread.h": No such file or directory
Michael