Frank Goenninger
Frank Goenninger
@flambard Hi Markus, I really appreciate your help here. I was really surprised to get an immediate reply here, given that you hadn't changed anything for a few years here....
@j3pic Could you please follow up with a hint or else a short reply indicating if you have time at all to look into this. Thank you so much for...
Thank you so much for looking into this. I was puzzled that you got the second form to compile as I still get the same error - so I kept...
Hi - thanks so much for looking into this. I finally found the time to actually get to the root cause - changed two lines in binary-2.lisp and voilà, it...
Hi - I came to cl-glfw3 by recommendation. Running sbcl 1.4.6 on macOS High Sierra 10.13.4. I don't see any window appearing when running the examples, just: # Do I...
@gibsonf1 Yes, please!
I used the follwing command to run cmake: ``` cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/arm-toolchain.cmake -DLIBOPENCM3_DIR=/opt/libopencm3 -DDEVICE=stm32h743vi6 .. ``` See also my other posted issue that you responded to: [issue 1683](https://github.com/atomvm/AtomVM/issues/1683). These two issues...
Sure: ``` $ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/arm-toolchain.cmake -DLIBOPENCM3_DIR=/opt/libopencm3 -DDEVICE=stm32h743vi6 .. ---------------------------------------- -- Device : stm32h743vi6 --------Device Configuration Info------- -- Clock Hz : Error! Unsupported device stm32h743vi6. -- Flash Size : Error! Unsupported...
One additional remark: I downloaded the ARM toolchain from the website that was mentioned in the AtomVM install instructions for STM32 and installed it into a new directory: `/opt/arm-toolchain-stm32` ....
I did some further research here: [Comment in issue 1683](https://github.com/atomvm/AtomVM/issues/1683#issuecomment-2927743488) Doing a ``` AtomVM/src/platforms/stm32$ find . -type f | xargs grep "/usr/bin/cc" 2>/dev/null > bin_cc.text ``` finds the results in...