<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xmake.git/xmake/rules, branch ascend</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/xmake.git/atom/xmake/rules?h=ascend</id>
<link rel='self' href='http://cgit.235523.xyz/xmake.git/atom/xmake/rules?h=ascend'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/'/>
<updated>2026-05-09T14:39:58Z</updated>
<entry>
<title>improve ascend rules</title>
<updated>2026-05-09T14:39:58Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-05-09T14:39:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=b9f0814d18eced256d4a88018275daf4b697beb6'/>
<id>urn:sha1:b9f0814d18eced256d4a88018275daf4b697beb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(ascendc): add Huawei Ascend C toolchain support</title>
<updated>2026-05-04T11:18:09Z</updated>
<author>
<name>wuzhenqing</name>
<email>wuzhenqing@stu.hit.edu.cn</email>
</author>
<published>2026-05-04T11:15:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=fa807b737b4b6b3004cccafc0dfdfdd66fcdce2d'/>
<id>urn:sha1:fa807b737b4b6b3004cccafc0dfdfdd66fcdce2d</id>
<content type='text'>
Add toolchain, language, rules, and compiler modules for the
bisheng compiler driver from CANN (Compute Architecture for
Neural Networks) toolkit. Supports .asc (Ascend C kernel) and
.aicpu (AI-CPU operator) source kinds with binary/static/shared
target types.

- Toolchain: SDK auto-detection via ASCEND_HOME_PATH env or --sdk
- Compiler: bisheng module inherits from clang, adds add_sourceflags
  for explicit sourcekind overrides
- Rules: ascendc.env (default C++17), npuarchs (--npu-arch), build
- Language: check_main detection, add_ascnpuarchs API
- Tests: unit tests for check_main, project tests for libs/mixed

Fixes #7506
</content>
</entry>
<entry>
<title>Merge pull request #7501 from ririyeye/fix/5721-linux-module-modpost</title>
<updated>2026-04-24T10:09:39Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-24T10:09:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=cdcdab32d46df50ebd30efcacf0e3209b411cde2'/>
<id>urn:sha1:cdcdab32d46df50ebd30efcacf0e3209b411cde2</id>
<content type='text'>
fix linux module intermediate filenames</content>
</entry>
<entry>
<title>fix rust build</title>
<updated>2026-04-24T15:20:44Z</updated>
<author>
<name>ruki</name>
<email>waruqi@gmail.com</email>
</author>
<published>2026-04-24T15:20:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=388c1813adcb65e09828cdbc4497c931b504d968'/>
<id>urn:sha1:388c1813adcb65e09828cdbc4497c931b504d968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix linux module intermediate filenames</title>
<updated>2026-04-23T09:00:13Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T03:02:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=bb1374cf5a353a151c233cb7568d6d5c5de4519d'/>
<id>urn:sha1:bb1374cf5a353a151c233cb7568d6d5c5de4519d</id>
<content type='text'>
Generate linux module intermediate files from the target basename instead of the final .ko path so modpost reads hello.o rather than hello.ko.o. This avoids the bogus *.ko.ko module name and undefined symbol warnings reported in #5721.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux driver final review issue</title>
<updated>2026-04-23T07:37:04Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T07:37:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=fbd947dc0138b3883e1de709a5e0d59269bdf486'/>
<id>urn:sha1:fbd947dc0138b3883e1de709a5e0d59269bdf486</id>
<content type='text'>
Drop the redundant newline normalization in kernel config checks because io.readfile() already returns newline-split content suitable for line-based matching.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux driver review follow-ups</title>
<updated>2026-04-23T03:51:25Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T03:51:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=c615accfecf3e2230b85292b92af20ee580a6252'/>
<id>urn:sha1:c615accfecf3e2230b85292b92af20ee580a6252</id>
<content type='text'>
Use target:is_cross() for kbuild probing, normalize module-common paths before comparing them, and check kernel configs line by line for clearer exact matches.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux driver cross compile detection</title>
<updated>2026-04-23T02:39:22Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T02:39:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=c110d46d8cbb7ce929a98c58fc43668431f9fbe8'/>
<id>urn:sha1:c110d46d8cbb7ce929a98c58fc43668431f9fbe8</id>
<content type='text'>
Pass ARCH and CROSS_COMPILE for same-platform cross builds and derive the toolchain prefix from versioned gcc names so kbuild flag probing uses the correct target tools.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux module review follow-ups</title>
<updated>2026-04-23T02:17:10Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-23T02:17:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=d84515c3041e38f9fbccfab31c13e0b4b6627ddc'/>
<id>urn:sha1:d84515c3041e38f9fbccfab31c13e0b4b6627ddc</id>
<content type='text'>
Tighten kernel config detection to avoid prefix matches and share module-common.c lookup so dependency tracking and compilation stay aligned.

Made-with: Cursor
</content>
</entry>
<entry>
<title>fix linux module builds on kernel 6.12+</title>
<updated>2026-04-22T15:29:47Z</updated>
<author>
<name>ririyeye</name>
<email>200610237@qq.com</email>
</author>
<published>2026-04-22T15:29:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/xmake.git/commit/?id=874c9aa63257f578768391aea5a12601a1874ce3'/>
<id>urn:sha1:874c9aa63257f578768391aea5a12601a1874ce3</id>
<content type='text'>
Keep xmake's linux module rule aligned with modern kbuild so generated .ko files retain vermagic and modversion metadata required for loading on newer kernels.
</content>
</entry>
</feed>
