I am trying to get the ulptool working under Eclipse CDT.
I have followed the Arduino IDE install procedure placing the relevant files within the CDT tools directory, the ULP compiler under src/ and the platform.local.txt in the same location as the platform.txt file but the path information does not seem to be right as I get the following errors during compile:
project/main.cpp.o:(.literal._Z4loopv+0x7c): undefined reference to _binary_ulp_main_bin_end' project/main.cpp.o:(.literal._Z4loopv+0x80): undefined reference to_binary_ulp_main_bin_start'
project/main.cpp.o:(.literal._Z4loopv+0x90): undefined reference to ulp_low_thr' project/main.cpp.o:(.literal._Z4loopv+0x94): undefined reference toulp_high_thr'
project/main.cpp.o:(.literal._Z4loopv+0x9c): undefined reference to ulp_sample_counter' project/main.cpp.o:(.literal._Z4loopv+0xa0): undefined reference toulp_entry'
collect2.exe: error: ld returned 1 exit status
Any idea if your ulptool will work in this environment, any pointers would be much appreciated.
I am trying to get the ulptool working under Eclipse CDT.
I have followed the Arduino IDE install procedure placing the relevant files within the CDT tools directory, the ULP compiler under src/ and the platform.local.txt in the same location as the platform.txt file but the path information does not seem to be right as I get the following errors during compile:
project/main.cpp.o:(.literal._Z4loopv+0x7c): undefined reference to
_binary_ulp_main_bin_end' project/main.cpp.o:(.literal._Z4loopv+0x80): undefined reference to
_binary_ulp_main_bin_start' project/main.cpp.o:(.literal._Z4loopv+0x90): undefined reference toulp_low_thr' project/main.cpp.o:(.literal._Z4loopv+0x94): undefined reference to
ulp_high_thr' project/main.cpp.o:(.literal._Z4loopv+0x9c): undefined reference toulp_sample_counter' project/main.cpp.o:(.literal._Z4loopv+0xa0): undefined reference to
ulp_entry' collect2.exe: error: ld returned 1 exit statusAny idea if your ulptool will work in this environment, any pointers would be much appreciated.
David