microscheme fails to assemble BLINK.ms due to avr-gcc search path issue

2022-09-24 Thread Milind Kamble
Hello, I have installed avr-toolchain 10.3.0 and microscheme 0.9.3 When I try to assemble a simple BLINK.ms (copied from the examples/BLINK.ms from the microscheme github repo), I get the following errors: ~/tmp> microscheme -v -m UNO -d /dev/ttyACM0 -a ./BLINK.ms Microscheme 0.9.3, (C) Ryan Su

rustup package unavailable

2022-10-04 Thread Milind Kamble
Hello, I am very very new to rust. Quite a few site related to beginners level rust instructions mention to use rustup to install some rust packages. There is no rustup package in the guix package list. I have installed rust and rust-cargo. Specifically, I am trying to setup a build flow for stm

Seeking help to create link to libstdc++.so in /lib64

2022-10-30 Thread Milind Kamble
10.3.0.lib" "/lib/libstdc++.so.6") So string-append needs to get evaluated in host side before dispatch to the guix daemon Any help would be educative and appreciated. Thanks, Milind Kamble

Re: Seeking help to create link to libstdc++.so in /lib64

2022-11-02 Thread Milind Kamble
Thanks for responding Petr. Could you elaborate how to compose it with the outer function? I tried this (operating-system ;; other stuff snipped out (services (list (extra-special-file "/lib64/libstdc++.so.6" (file-append `(,gcc "lib") "/lib/libstdc++