Since the compilation of CodeTyphon 64bit, on first use, the ide or compiler throws a couple of warnings, while compiling my programs. Below I detail them.
Compiling project Objective: SGA: Success, Warnings: 2 SGA.lpr (28.1) Warning: "crtbeginS.o" not found, This will probably cause a failure linking SGA.lpr (28.1) Warning: "crtendS.o" not found, This will probably cause a failure linking
What I can do ?
I might add that seems to work well but my programs so far are very simple. Maybe when complicated give me trouble, I do not know.
It is the same message to the ide installed windows 7 and Linux Mint 18
Greetings and thanks
It is odd that the warning appears on windows, since crtbeginS.o is part of Unix startup code, and FPC/Lazarus/CT don't used it on Windows.
As for Linux, probably your system is not prepared for development, install the required packages for development (sometimes there is a meta package for them, try "build-essentials")
If the problems on Windows are while crosscompiling to Linux, it might be a problem with the startup files copied over from the target system. I don't use CT myself, so don't know how that works.