gingerBill
gingerBill
Good to know that #7204 _might_ address some of my points. `-no-entry-point` just removes the requirement for the `main` procedure to be defined within the entry package. It cannot be...
Well the simple fix is to make that if statement always true.
This is a bit of a bodge but it does work.
The problem is due to `-no-crt`. That's what those errors are stating. You are trying to rely on something that requires `sinf` and `cosf`. I'm surprised it worked before.