[2024-10-08T05:29:50Z] prices increased by ~12% right after, and has been continuing increase after that aswell. some products have doubled in price even.. [2024-10-08T05:30:17Z] sounds like something [2024-10-08T16:08:47Z] okay on the home stretch for a risc-v kiss [2024-10-08T16:09:15Z] once i can get a cross-compiled gcc running under kiss on the uconsole and i can compile everything under core i'll release [2024-10-08T16:09:21Z] working on the native compiler right now [2024-10-08T16:31:04Z] awesome midfavila [2024-10-08T16:31:38Z] will you be compiling some things nativly on the uconsole? I have a feeling thats going to take foreeveeeeeeeeeer [2024-10-08T16:31:51Z] yes, i am, and yes, it will [2024-10-08T16:32:07Z] but i want to be sure that i can recompile the base system on the device before releasing [2024-10-08T16:32:17Z] if i had my workstation i could run a simulator but [2024-10-08T16:32:19Z] :\ [2024-10-08T16:32:22Z] still in NB [2024-10-08T16:45:38Z] fortunately the rockpro64 is still pretty beefy [2024-10-08T16:48:52Z] i get that :p [2024-10-08T16:49:11Z] yeah. i want to get it moved out here but [2024-10-08T16:49:16Z] something something economy [2024-10-08T17:02:38Z] im sure things would settle soon enough, and youd have your desktop [2024-10-08T17:03:47Z] can always dream [2024-10-08T19:15:16Z] ngl i might say fuck it to gcc rn and try to cross-compile cproc and qbe [2024-10-08T19:15:21Z] gcc is giving me a lot of trouble [2024-10-08T19:56:22Z] if this next attempt fails i'm going to switch to getting qbe+cproc+binutils on the r01 and then go from there [2024-10-08T19:56:44Z] should be able to build 4.x.x or 6.x.x or w/e gcc cproc can build at this point and then use that to build gcc [2024-10-08T20:01:09Z] https://forums.gentoo.org/viewtopic-p-7644704.html [2024-10-08T20:01:14Z] seems to be the same issue as these guys [2024-10-08T20:01:34Z] `ambiguating new declaration of 'char* basename(const char*)' ...` [2024-10-08T20:01:59Z] of course google is fucking useless :\ [2024-10-08T20:02:16Z] maybe. cproc builds the 4.x.x version. which is the latest one build in pure C [2024-10-08T20:02:45Z] ive been meaning to try to bootstrap that from just cproc tbh, but it requires some patches. I thought it could be a fun thing to do [2024-10-08T20:03:11Z] as opposed to using a prebuilt one, to build gcc 14.x.x [2024-10-08T20:03:24Z] yeah i'm trying that rn [2024-10-08T20:03:24Z] well [2024-10-08T20:03:25Z] instead work my way up from gcc 4.x.x built using cproc [2024-10-08T20:03:26Z] not from cproc [2024-10-08T20:03:31Z] using a canadian cross gcc [2024-10-08T20:03:37Z] I see [2024-10-08T20:03:38Z] but i am trying to build 14.2 [2024-10-08T20:03:41Z] never heard of it [2024-10-08T20:03:42Z] I see [2024-10-08T20:03:45Z] and my god i want to rip my hair out [2024-10-08T20:03:56Z] oh it's just a way of building cross compilers [2024-10-08T20:04:19Z] mcf has some stuff regarding building gcc 4.x.x with cproc anyway. in case youre interested. I think you can find it in cprocs repo. the link that is [2024-10-08T20:04:22Z] aah [2024-10-08T20:04:47Z] target is C, performance machine is B, machine with a compiler is A, use A->A compiler to build an A->B compiler, then use A->B to build B->B, then use B->B to build B->C, and then finish with a C->C if necessary [2024-10-08T20:05:14Z] here it is https://github.com/michaelforney/gcc/tree/cproc-fixes [2024-10-08T20:05:24Z] yeah i might have to. alternatively i might soft-fork kiss-core to get something close to upstream kiss on risc [2024-10-08T20:05:36Z] I see [2024-10-08T20:05:41Z] the increased throughput of cproc would be better on the r01 anyway [2024-10-08T20:05:51Z] I suppose [2024-10-08T20:06:16Z] ionno im dead [2024-10-08T20:06:16Z] xw [2024-10-08T20:06:17Z] x [2024-10-08T20:06:32Z] ive been smashing my head against a wall for ages and i keep running into this problem over and over again [2024-10-08T20:07:19Z] hrmm [2024-10-08T20:07:31Z] readme says riscv64-linux-musl is untested... [2024-10-08T20:07:35Z] we'll see how it goes [2024-10-08T20:07:59Z] sounds frustrating. gl [2024-10-08T20:08:18Z] yes, quite [2024-10-08T20:09:36Z] and qbe doesn't handle structs with floats on RV64... [2024-10-08T20:09:43Z] * midfavila sighs [2024-10-08T20:10:30Z] maybe i'll settle for a runtime environment without development tools on the r01 for now. [2024-10-08T20:14:21Z] perhaps