|
Post by AnthroHeart on May 19, 2021 15:15:08 GMT
So for now, just run with --intent "HSUPLINK.TXT" to use the Holo-Link until I can compile it.
|
|
|
Post by reden on May 19, 2021 15:18:38 GMT
reden and taiI realized when holo-link is enabled, it's supposed to repeat HSUPLINK.TXT not INTENTIONS.TXT. So I updated this code to v4.2. But I am on my Raspberry Pi and can't seem to find a Windows compiler, or a MingW32 port for Rasperry Pi right now. My Ubuntu desktop completely crashed, so I can't use it and I don't feel like reformatting it at 1:30 AM. Can any of you compile this for Windows using preferably g++ as it's faster than clang++? I can't find the compiler flags that would include all libraries. It was posted somewhere on Sapien's forum I think. We need all the -- libraries included otherwise it won't work on another machine than where it is compiled. The compiler options were on my desktop that crashed. So I'm on my more stable Raspberry Pi. Changing INTENTIONS.TXT -> HSUPLINK.TXT when repeating should make a big difference. View Attachment It might be possible to compile MinGW for the Raspberry Pi, however this will likely take many hours as compiling several compilers is an extremely extensive process.
|
|
|
Post by AnthroHeart on May 19, 2021 15:33:49 GMT
Even on my 8-core AMD 65-bit PC with 16GB of RAM, clang++ was slow to build, and I gave up. I imagine g++ and MingW would be the same.
No, I'm downloading the Windows ISO now and will see about reinstalling.
Hopefully they fixed the bug where it crippled my system on a Windows update.
|
|
|
Post by reden on May 19, 2021 15:36:16 GMT
Even on my 8-core AMD 65-bit PC with 16GB of RAM, clang++ was slow to build, and I gave up. I imagine g++ and MingW would be the same. No, I'm downloading the Windows ISO now and will see about reinstalling. Hopefully they fixed the bug where it crippled my system on a Windows update. "Even on my 8-core AMD 65-bit PC with 16GB of RAM, clang++ was slow to build" As a general rule, even on quite strong computers, due of their big size and tremendous code amounts, compilers like clang and gcc take like 1-3 hours. The strongest consumer PCs get it down to 30-45 minutes.
|
|
|
Post by reden on May 19, 2021 15:38:54 GMT
reden and taiI realized when holo-link is enabled, it's supposed to repeat HSUPLINK.TXT not INTENTIONS.TXT. So I updated this code to v4.2. But I am on my Raspberry Pi and can't seem to find a Windows compiler, or a MingW32 port for Rasperry Pi right now. My Ubuntu desktop completely crashed, so I can't use it and I don't feel like reformatting it at 1:30 AM. Can any of you compile this for Windows using preferably g++ as it's faster than clang++? I can't find the compiler flags that would include all libraries. It was posted somewhere on Sapien's forum I think. We need all the -- libraries included otherwise it won't work on another machine than where it is compiled. The compiler options were on my desktop that crashed. So I'm on my more stable Raspberry Pi. Changing INTENTIONS.TXT -> HSUPLINK.TXT when repeating should make a big difference. View Attachment Are these the build flags? g++ .\intention_repeater_max_3.4.cpp -O3 -o .\intention_repeater_max_3.4.exe -static-libgcc -static-libstdc++ -Wl,-Bstatic -lstdc++ -lpthread -Wl,-Bdynamic The -static-libgcc from there on.
|
|
|
Post by AnthroHeart on May 19, 2021 18:05:23 GMT
Yep. Those are them. I'm setting up a media creation tool to install Windows on my desktop. I bought a Windows 10 pro key from keys.direct and am waiting on the email from them. It was $10 for the pro license, so have to see how it goes. It's cheaper when you don't have the packing materials and media, and just need the license.
|
|
|
Post by reden on May 19, 2021 18:11:12 GMT
I am using a Raspberry Pi 3 as my desktop for now. I don't really need much performance. It has a desktop interface. It doesn't even have a fan, it uses such low power. So it's silent. It is a little slow at times, but I don't mind. This is the performance using 0.25 GB of RAM, on this. I can't really go much more than that, but even then I definitely feel it. View AttachmentUsing the same settings, my old phone (J7 Prime) got 110 or so THz. To be fair, it's on the powersaving governor, which means that the CPU runs all cores on the lowest possible speed all the time.
|
|
|
Post by AnthroHeart on May 19, 2021 18:12:49 GMT
I'm going back to my desktop. Just running like 3 apps on the Pi, not even processing, and it gives a temperature warning, and I do have a heatsink on it.
|
|
|
Post by reden on May 19, 2021 18:18:18 GMT
I'm going back to my desktop. Just running like 3 apps on the Pi, not even processing, and it gives a temperature warning, and I do have a heatsink on it. There is an excellent metal case for Pis called Flirc. Because it's metal, it continuously drains heat from the Pi into the case, ensuing it never gets past 50 or so C. flirc.tv/more/raspberry-pi-caseThe Raspberry Pi 400, the one which has the form of a keyboard, uses a related technique and it never gets past 50C either. And its processor is a little bit faster than a stock 4.
|
|
|
Post by AnthroHeart on May 19, 2021 19:28:53 GMT
Nah, if I buy anything else it will be a new Raspberry Pi 4 kit, later when I have the money.
|
|
|
Post by reden on May 19, 2021 19:35:14 GMT
|
|
|
Post by AnthroHeart on May 19, 2021 19:46:29 GMT
|
|
|
Post by reden on May 19, 2021 21:58:48 GMT
reden and tai I realized when holo-link is enabled, it's supposed to repeat HSUPLINK.TXT not INTENTIONS.TXT. So I updated this code to v4.2. But I am on my Raspberry Pi and can't seem to find a Windows compiler, or a MingW32 port for Rasperry Pi right now. My Ubuntu desktop completely crashed, so I can't use it and I don't feel like reformatting it at 1:30 AM. Can any of you compile this for Windows using preferably g++ as it's faster than clang++? I can't find the compiler flags that would include all libraries. It was posted somewhere on Sapien's forum I think. We need all the -- libraries included otherwise it won't work on another machine than where it is compiled. The compiler options were on my desktop that crashed. So I'm on my more stable Raspberry Pi. Changing INTENTIONS.TXT -> HSUPLINK.TXT when repeating should make a big difference. View Attachment 4.2 refuses to compile: intention_repeater_max_4.2.cpp: In function 'int main(int, char**)': intention_repeater_max_4.2.cpp:639:27: error: 'HSUPLINK_FILE' was not declared in this scope 639 | param_intention = HSUPLINK_FILE; | ^~~~~~~~~~~~~ intention_repeater_max_4.2.cpp:665:23: error: 'HSUPLINK_FILE' was not declared in this scope 665 | param_intention = HSUPLINK_FILE; | ^~~~~~~~~~~~~ intention_repeater_max_4.2.cpp:757:23: error: 'HSUPLINK_FILE' was not declared in this scope 757 | param_intention = HSUPLINK_FILE; | ^~~~~~~~~~~~~ That was with g++. With clang++ it gives a similar error.
|
|
|
Post by AnthroHeart on May 19, 2021 22:27:31 GMT
Yeah I haven't tried to compile it yet. Waiting on my new Raspberry Pi.
|
|
|
Post by reden on May 20, 2021 19:30:05 GMT
|
|