For developers
Missing Separator Error
Friday, May 9th, 2008Quite many people found the message “Missing Separator Error” when building GCCE target. Usually this happens because the path to GNU CSL ARM compiler is not correct. The line that causes the problem is usually generated by cl_bpabi.pm, in sub GCCLibPath. The subroutine will try to execute this:
arm-none-symbianelf-g++ -print-libgcc-file-name
to find the path to [...]
