Ron Evans
Ron Evans
@aykevl what would be the correct command now for this? ``` /go/bin/tinygo build -size short -o test.wasm -tags=arduino examples/blinky1 ld.lld-18: error: undefined symbol: __tinygo_gpio_configure >>> referenced by machine_generic.go:31 (/root/project/src/machine/machine_generic.go:31) >>>...
Closing this since it has been superseded by #4746
Now that https://github.com/tinygo-org/tinygo/pull/3855 was merged, this PR seems obsolete, so should probably close it.
@ysoldak just noticed this PR again. What do you think about it?
Please see https://github.com/tmc/langchaingo/pull/1430
@nioroso-x3 would you be able to submit a PR with that? Seems like a good thing!
@deining the general idea of fixing typos is good, but there some things you need to know about. One is that a lot of the machine package docs are generated...
Perhaps you can try to build for a target with more flash such as pico and get the output that way.
> But my end-target is to get compilation to work on baremetal riscv. I think you will have to use a target with a specific board/instruction set for riscv.