Gets default GCC library directory
Source position: fpmkunit.pp line 1706
function GetDefaultLibGCCDir( |
CPU: TCpu; |
OS: TOS; |
out ErrorMessage: string |
):string; |
CPU |
|
Target CPU architecture |
OS |
|
Target operating system |
ErrorMessage |
|
Error message if directory not found |
Default GCC library directory path
GetDefaultLibGCCDir determines the default GCC library directory for the specified CPU architecture and operating system. This function locates system GCC libraries required for linking compiled programs.
The function searches standard locations and returns the appropriate GCC library path.