I'm not sure if it's a bug but I was followed your tutorial to set up SDCC on eclipse and have run into a problem I think with the plugin. When I try to build my project I get:
O:\Software Development\eclipse\cpp-2020-03\eclipse\dropins\net.sourceforge.eclipsesdcc-1.0.0-win32.x86\plugins\net.sourceforge.eclipsesdcc_1.0.0\os\win32\make.exe: *** [Blinky.rel] Error -1073741515
O:\Software Development\eclipse\cpp-2020-03\eclipse\dropins\net.sourceforge.eclipsesdcc-1.0.0-win32.x86\plugins\net.sourceforge.eclipsesdcc_1.0.0\os\win32\make.exe: Target `all' not remade because of errors.
"make -k all" terminated with exit code 2. Build might be incomplete.
I have eclipse 2020-03 and CDT 9.11.0. I'm trying to write code for the 8051 chip in an NRF24LE1.
Hi,
I'm not sure if it's a bug but I was followed your tutorial to set up SDCC on eclipse and have run into a problem I think with the plugin. When I try to build my project I get:
O:\Software Development\eclipse\cpp-2020-03\eclipse\dropins\net.sourceforge.eclipsesdcc-1.0.0-win32.x86\plugins\net.sourceforge.eclipsesdcc_1.0.0\os\win32\make.exe: *** [Blinky.rel] Error -1073741515 O:\Software Development\eclipse\cpp-2020-03\eclipse\dropins\net.sourceforge.eclipsesdcc-1.0.0-win32.x86\plugins\net.sourceforge.eclipsesdcc_1.0.0\os\win32\make.exe: Target `all' not remade because of errors. "make -k all" terminated with exit code 2. Build might be incomplete.
I have eclipse 2020-03 and CDT 9.11.0. I'm trying to write code for the 8051 chip in an NRF24LE1.
Any advice would be much appreciated.