DCPUTeam / DCPUToolchain

[ARCHIVED] The code repository for the DCPU-16 Toolchain.
http://dcputoolcha.in/
MIT License
97 stars 14 forks source link

Kernel build failure under new linker. #127

Closed patflick closed 12 years ago

patflick commented 12 years ago

When trying to build the kernel, the linker fails with:

dtld: /home/patrick/dev/dcpu16/DCPUToolChain/src/dtld/ldbin.c:289: bin_info_insert: Assertion `*word >= offset && *word < offset + count' failed.
Aborted

I have (for now) disabled the kernel in CMakeLists, until this is fixed.

hach-que commented 12 years ago

This linker issue has been fixed.

On a side note, we're no longer shipping 0x42c since single-threaded version is too out-of-date and the multi-threaded version is far too Organic-specific. We'll be shipping AtlasOS as the default kernel for people to use as it compiles well under the toolchain.