hmm, i have problem when using freepascal,i cann't compile any program even 3 lines of simple code!
always got this error :
Fatal: Can't find unit System
Error: Error during compilation
on freepascal community i see plenty of peeps got this problem,some peeps tell to reconfigure my path to units dir,i have try that,i opened fp.cfg and found 3 path to unit dir,
original setting:
-Fuc:\pp\units\$FPCTARGET
-Fuc\pp\units\$FPCTARGET\*
-Fuc:\pp\units\$FPCTARGET\rtl
Edited to :
-Fuc:\pp\units\i386-win32
-Fuc:\pp\units\i386-win32\*
-Fuc:\pp\units\i386-win32\rtl
guess what? still doesn't work!,i tried with next config file 'fpc.cfg"
original setting:
-Fuc:\pp/units/$FPCTARGET
-Fuc:\pp/units/$FPCTARGET/*
-Fuc:\pp/units/$FPCTARGET/rtl
Edited to :
-Fuc:\pp/units/i386-win32
-Fuc:\pp/units/i386-win32/*
-Fuc:\pp/units/i386-win32/rtl
not working again,i have reposted this problem in freepascal it seem no one answer the question,any solution for this?pls help