[source-build] Bootstrapping the F# compiler fails with a "no entrypoint" warning
See original GitHub issueIn the complete source-built SDK, our Linux partners will follow this procedure:
- Source-build the SDK using the Microsoft-built SDK, producing the “stage 1 SDK”.
- Source-build the SDK again using the stage 1 SDK, producing the “stage 2 SDK”, which is completely free of prebuilts and was not built using any prebuilt binaries.
In this process, we are seeing an issue in F#. The stage 1 SDK is produced as normal, but when attempting to compile the stage 2 SDK, the F# Proto
build fails with warning: no entrypoint specified in executable binary
. This warning was removed temporarily in https://github.com/dotnet/installer/pull/14564 and https://github.com/dotnet/installer/pull/14565.
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
[boost] boost/1.71: bootstrap fails on ubuntu #193
CXX is not set when it executes the code in build.sh . It is set in my conan profile: conan profile update env.CXX=clang++-9...
Read more >Compiler Warning (level 1) C4747
To correct this error. Do not compile the module with /clr. Mark the entry point function with #pragma unmanaged .
Read more >CMake 3.15.5 bootstrap fail with g++ 9.3.0
compiler supports C++ make_unique failed with the following output: Change Dir: /home/max/Lavori/nova/srcs/repo/dep-startup/buildroot-output/ ...
Read more >[11/12/13/14 Regression] can't compile on hp-ux v3 ia64
I am trying to compile GCC 4.9.2 on HP-UX 11.31 and am precisely getting the same LD error. Do we have any update...
Read more >How To Compile Qt with Visual Studio
This post is a step-by-step guide on how to compile Qt 4.x.x with MSVC 2010. Although we use Qt 4.7.1 as an example...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, iirc, it is a part of https://github.com/dotnet/sdk/pull/28137 insertion and should be a part of rc2.
Is https://github.com/dotnet/fsharp/pull/13963 going to flow into .NET 7.0?