R/C Tech Forums - View Single Post - OpenStint laptiming decoder
View Single Post
Old 03-04-2026 | 11:48 PM
  #27  
durtman
Tech Rookie
iTrader: (3)
 
Joined: Oct 2009
Posts: 18
From: W. GA
Default

With your help I was able to narrow down the CC error. I had to install the Arm embedded toolchain.
Code:
sudo apt install gcc-arm-none-eabi binutils-arm-none-eabi
I then had to edit the CMakeCache.txt to point to the correct compiler directory.

Originally Posted by CMakeCache.txt
cd to the firmware directory
nano CMakeCache.txt and search for
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
changed to
CMAKE_C_COMPILER:FILEPATH=/usr/bin/arm-none-eabi-gcc-ar
Fortunately I now have this when I run make.
Originally Posted by OpenStintThinClient
Generating ihex file transponder.hex
[ 90%] Built target transponder
[100%] Target Sizes:
text data bss dec hex filename
5984 312 2500 8796 225c /home/pi/osptx/firmware/transponder.elf
[100%] Built target transponder_always_display_size
pi@ostc:~/osptx/firmware$ ls
build cmake CMakeFiles CMakeLists.txt main.c transponder.elf
C011F4.ld CMakeCache.txt cmake_install.cmake _deps Makefile transponder.hex
This has been a great motivation to spend more time with linux. I got a pair of thin clients from my work for free and use one to run firefox on linux mint connected to my TV to watch streaming sites with uBlock origin adb. The specific one I'm using is an HP T530, 1.5ghz amd processor, 4gb ram and a tiny 8gb ssd. They can be found on ebay for ~35 USD, just be sure it has a wifi card installed.
durtman is offline