Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] About Compile Makefile in CDT

HI Hava,

Please review that whole thread - I provided Simeon a solution to the problem there.

If your problem is different I will need additional information on how to help.

BTW there are very few differences between CDT 10.4 in the dsf area compared to CDT head revision. You can review all the changes since with gitk CDT_10_4_0..HEAD -- dsf dsf-gdb/ 

Jonah
~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Mon, 7 Mar 2022 at 07:35, Hava Cenk <hvcenk@xxxxxxxxx> wrote:
Hi Jonah,

We are having a problem similar to the one in the link below


with the cdt_10.4.0 version, we cannot 'Suspend'.

Were you able to find a solution to this issue? 

Regards! 

On Thu, Mar 3, 2022, 10:24 PM Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Hi Hava,

All versions from GDB 6.6 onwards - we actively test GDB 8.0 onwards. More details in https://www.eclipse.org/lists/cdt-dev/msg35109.html

Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Thu, 3 Mar 2022 at 14:19, Hava Cenk <hvcenk@xxxxxxxxx> wrote:
Hi Jonah, 

Could you please tell me that which versions of GDB are supported by CDT 10.4.0 ? 

Thanks!

Jonah Graham <jonah@xxxxxxxxxxxxxxxx>, 1 Mar 2022 Sal, 20:47 tarihinde şunu yazdı:
Hi Hava,

I recommend that you use the Docker container to build the native portions, that should ensure that you use the expected versions of the tools and get the expected results.  See the native section of the readme: https://git.eclipse.org/r/plugins/gitiles/cdt/org.eclipse.cdt#native and feel free to ask clarifying questions :-)

In case you can't use docker for whatever reason:

Option A: you can review the versions of the tools as used in the container by browsing the Dockerfiles in https://github.com/eclipse-cdt/cdt-infra/tree/master/docker 
Option B: you may need to update the releng/scripts/reproducible_build_wrapper.py to limit the range - e.g. change line 68 to be % INT_MAX instead of % LONG_MAX

PS. Why do you need to rebuild the native portions? If you have modifications to the native code I, and the community, would really appreciate a code contribution with the changes so that we can all benefit from the improvements/customizations.

Jonah



~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Tue, 1 Mar 2022 at 01:04, Hava Cenk <hvcenk@xxxxxxxxx> wrote:
Hi folks!

I am trying to compile native>native_src>Makefile on Cdt 10.4.0 and I am getting erros like 'Environment variable $SOURCE_DATE_EPOCH: value must be smaller than or equal to 4294967295 but was found to be: 1830181914683634545'.

We tried to analyze it based on the message güven by the error, but still There was no solution. I guess due to this error, it doesn't create spawner.dll under win32.x86_64 folder after clean and all.

My Makefile compilation format is as follows :

mingw32-make.exe Makefile clean

mingw32-make.exe Makefile all

Can anyone with knowledge help me please?

Thanks! 
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top