-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
synocli-devel: New package - debugging, target python wheel building #5225
Conversation
@hgy59 just a thought, perhaps the naming could be more generic, such as |
I still have somewhere a And probably you can't remember that the synogear package by synology already provides gdb for DSM https://github.com/SynoCommunity/spksrc/wiki/FAQ-synogear Ok, gdb by synology is not the newest
Unfortunately on DSM 7.1.0 gdb is missing in synogear. |
@hgy59 I've now switched the naming of the package to be |
Most linux distribution uses either dev or devel. Would you mind slightly adjusting your proposed icon for that? If it ain't possible I'll simply rename to develop then. |
@hgy59 any chances you get the icon slightly updated to use |
no problem to update the icon (but I originally suggested to rename this package to synocli-develop) |
On most linux distributions the |
@hgy59 I believe I may have rebased against master then forced push and forgot to pull your icon commit first... sorry. Would you still have the icon close by? 🤷 |
|
@hgy59 good news! I finally got a working LLVM and in extra I believe I may have found a workaround to enable building gcc as well (code not uploaded yet, stabilizing llvm first). Currently the github-action build output won't work as the toolchain is being cached online and won't apply the small patch for compiling to work out (due to caching). Currently everything is redirected to So I thought I'd share as this is a great milestone. PS: comcerto2k and hi3535 fails due to ASM when building |
@hgy59 I have a plan to propose for this development package... Not everything needs to be included at first but here are some thoughts:
I'm aiming towards item 1-3-4 for the initial package (which may take a few more weeks). Help welcomed. What do you think? |
@th0ma7 I already included gnu make in 2020 in my local work (current version is 4.4.1 of 2023-02-26)
|
Besides testing and most importantly getting gcc in, I'm finally nearing the finish line. One thing to note is that resulting packages are huges... :
@hgy59 when you have a moment can you have a look at it and test this on your end to confirm there isn't any loose pieces up to now? I haven't tested the full build with |
Co-authored-by: hgy59 <hpgysin@gmail.com>
@hgy59 I'm now considering releasing as is due to my inhability to cross-compile |
Description
New package to help debugging including gdb, binutils and LLVM
Checklist
all-supported
completed successfullyType of change