ulptool icon indicating copy to clipboard operation
ulptool copied to clipboard

Fix undefined reference to ulp_count and ulp_entry

Open angyongen opened this issue 4 years ago • 3 comments

Arduino doesn't seem to be copying the .s files from the sketch directory to the temp directory. This causes the following errors:

undefined reference to 'ulp_count'

undefined reference to 'ulp_entry'.

See issue #78

angyongen avatar Aug 11 '21 12:08 angyongen

Works for me as well... I am using ubuntu 20.04, Arduino 1.8.15, and V1.0.6 of the esp32 core.

tilman1 avatar Oct 03 '21 21:10 tilman1

I still get the error when trying to compile the ulpcc example using: ubuntu 20.04, Arduino 1.8.13, and V1.0.3 of the esp32 core

Lowku avatar May 22 '22 15:05 Lowku

This would be great to merge in.....

markwilkie avatar Aug 10 '22 19:08 markwilkie