I just install CodeTyphon 4.6. It's no error.
And then I got the errors with first project.
Compiling resource lib/x86_64-linux/project1.or
project1.lpr(20,1) Error: Error while compiling resources. Compile with -vd for more details. Check for duplicates.
project1.lpr(20,1) Warning: "crti.o" not found, this will probably cause a linking failure
project1.lpr(20,1) Warning: "crtbegin.o" not found, this will probably cause a linking failure
project1.lpr(20,1) Warning: "crtend.o" not found, this will probably cause a linking failure
project1.lpr(20,1) Warning: "crtn.o" not found, this will probably cause a linking failure
project1.lpr(20,1) Fatal: There were 1 errors compiling module, stopping
I got a message after change the project options for verbose.
Calling resource compiler "/usr/lib/codetyphon/fpc/bin/x86_64-linux/fpcres" with "-o lib/x86_64-linux/project1.or -a x86_64 -of elf -v '@lib/x86_64-linux/project1.reslst'" as command line
Debug: parsing command line parameters
Debug: parsing parameter '-o'
Debug: parsing parameter '-a'
Debug: parsing parameter '-of'
Debug: parsing parameter '-v'
Debug: parsing parameter '@lib/x86_64-linux/project1.reslst'
Debug: parsing parameter '/usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/cursors.res'
Debug: parsing parameter '/usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/btn_icons.res'
Debug: parsing parameter '/usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/dialog_icons.res'
Debug: parsing parameter '/usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/finddlgunit.lfm'
Debug: parsing parameter '/usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/replacedlgunit.lfm'
Debug: parsing parameter '/usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/lcl_calc_images.res'
Debug: parsing parameter '/usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/lcl_grid_images.res'
Debug: parsing parameter '/usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/lcl_dbgrid_images.res'
Debug: parsing parameter 'unit1.lfm'
Debug: parsing parameter ''/usr/lib/codetyphon/typhon/C:/codetyphon/lazarusTemp/project1.res''
Debug: target set to x86_64 - elf
Debug: finished parsing command line parameters
Debug: Trying to open file /usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/cursors.res...
Debug: Chosen reader: .res resource reader
Debug: Reading resource information...
Debug: Resource information read
Debug: Trying to open file /usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/btn_icons.res...
Debug: Chosen reader: .res resource reader
Debug: Reading resource information...
Debug: Resource information read
Debug: Trying to open file /usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/dialog_icons.res...
Debug: Chosen reader: .res resource reader
Debug: Reading resource information...
Debug: Resource information read
Debug: Trying to open file /usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/finddlgunit.lfm...
Debug: Chosen reader: DFM resource reader
Debug: Reading resource information...
Debug: Resource information read
Debug: Trying to open file /usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/replacedlgunit.lfm...
Debug: Chosen reader: DFM resource reader
Debug: Reading resource information...
Debug: Resource information read
Debug: Trying to open file /usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/lcl_calc_images.res...
Debug: Chosen reader: .res resource reader
Debug: Reading resource information...
Debug: Resource information read
Debug: Trying to open file /usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/lcl_grid_images.res...
Debug: Chosen reader: .res resource reader
Debug: Reading resource information...
Debug: Resource information read
Debug: Trying to open file /usr/lib/codetyphon/typhon/lcl/units/x86_64-linux/lcl_dbgrid_images.res...
Debug: Chosen reader: .res resource reader
Debug: Reading resource information...
Debug: Resource information read
Debug: Trying to open file unit1.lfm...
Debug: Chosen reader: DFM resource reader
Debug: Reading resource information...
Debug: Resource information read
Debug: Trying to open file '/project1.lpr(20,1) Error: Error while compiling resources. Compile with -vd for more details. Check for duplicates.
project1.lpr(20,1) Warning: "crti.o" not found, this will probably cause a linking failure
project1.lpr(20,1) Warning: "crtbegin.o" not found, this will probably cause a linking failure
project1.lpr(20,1) Warning: "crtend.o" not found, this will probably cause a linking failure
project1.lpr(20,1) Warning: "crtn.o" not found, this will probably cause a linking failure
project1.lpr(20,1) Fatal: There were 1 errors compiling module, stopping
What's the problem. What I have to do for fix the problem.
Please help.