python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is the correct way to enable soft floating point computation for 68000 with gcc and newlib?
I am using crosstool-ng to crosscompile for 68000 (version:crosstool-ng-1.24.0-rc2, host OS:Ubuntu 20.04)
My target is a 68000 (plain, not a 68020 or a cpu with floating point support).
I am compiling...
Fabio Dalla Libera
Votes: 0
Answers: 0
Why is does char from an array give subscript warning in gcc for isspace in newlib
I´m having troubles understand a compiler warning that we have in our code. The code we have are similar to the one in this example that give the warning (-Wchar-subscripts). We are using ARM gcc 9.2....
lagget
Votes: 0
Answers: 2
Integrate picolibc into STM32 FreeRTOS
I'm trying to set up a build environment for STM32F4 with picolibc and ran into a problem:
Subprojects drivers : YES freertos : YES picolibc : YES 5 warnings
User defined options Cross files: cross f...
Unknows
Votes: 0
Answers: 1