Native psp-gcc( from psp sdk )
Of course there were some problems...Here i've added to program that uses sq/sqplus ( i remade minimalsqplus.cpp )
extern "C"
{
void __cxa_pure_virtual() {}
}
extern "C"
{
void __gxx_personality_v0() {}
}
and also during compiling there were some warinings!!!( i think MS skip such warnings or it disabled by pragmas , i didn't look it )
but it works:). look fantastic, i've already made my program to start usb connection and reload script - so development now quite comfortable:)...
SQ/SQPLUS Rocks!