libc.obj: add auto build crt0.o #339

Open
Egor00f wants to merge 1 commits from Egor00f/kolibrios:add-crt0-autobuild into main
Contributor

from #311

from #311
Egor00f added 1 commit 2026-02-22 08:18:21 +00:00
libc.obj: add auto build crt.o
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 22s
Build system / Build (pull_request) Successful in 8m59s
1c8f07be73
Egor00f requested review from mxlgv 2026-02-22 09:03:46 +00:00
mxlgv added the C
Kind
Enhancement
Priority
Low
labels 2026-02-23 23:31:27 +00:00
mxlgv changed title from libc.obj: add auto build `crt.o` to libc.obj: add auto build `crt0.o` 2026-02-23 23:33:05 +00:00
mxlgv requested changes 2026-02-23 23:35:02 +00:00
mxlgv left a comment
Owner

This file apparently also needs to be deleted... However, this will probably break the build

668fd4deeb/programs/develop/ktcc/trunk/bin/lib/crt0.o

This file apparently also needs to be deleted... However, this will probably break the build https://git.kolibrios.org/KolibriOS/kolibrios/src/commit/668fd4deeb6cdcb26508657b696a04d4a240d221/programs/develop/ktcc/trunk/bin/lib/crt0.o
mxlgv added the
PR
Request changes
label 2026-02-23 23:35:29 +00:00
mxlgv added a new dependency 2026-02-24 00:02:05 +00:00
Author
Contributor

yes. In general, it's better to remove the ktcc binaries from the repository.

yes. In general, it's better to remove the ktcc binaries from the repository.
Author
Contributor

However, this will probably break the build

No, none of the files in the repository mention libc.obj/lib/crt.o. And auto build is work. And it have duplicate in ktcc/trunk/bin/lib

> However, this will probably break the build No, none of the files in the repository mention `libc.obj/lib/crt.o`. And auto build is work. And it have duplicate in `ktcc/trunk/bin/lib`
Egor00f requested review from mxlgv 2026-03-07 18:52:37 +00:00
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 22s
Required
Details
Build system / Build (pull_request) Successful in 8m59s
Required
Details
This pull request doesn't have enough required approvals yet. 0 of 2 official approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u add-crt0-autobuild:Egor00f-add-crt0-autobuild
git checkout Egor00f-add-crt0-autobuild
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Blocks
#340 libc.obj: update exit
KolibriOS/kolibrios
Reference: KolibriOS/kolibrios#339