I didn't think it was the cortex-M3 but I just did a make all on your unzipped file so I didn't set any MCU. This was the directory "v0.023m_long_mode_OK". Are there environment variables set up to select the MCU. I haven't really looked much at the make file...
It is probably best to get the code from my
repository and not Atlans, as he him self also suggests.
You don't need netbeans, but you do need linux with gnu-arm-none-eabi tools installed. Be aware that to make it work you have to compile the projects in order, but this is only needed once or when changes are made to the other projects of course.
Only three of the projects are needed, and the order to compile is given there also, but copied below for clearness.
For a version with a startup screen that shows PECOs sCOPE three projects are needed:
"fnirsi_1013d_sd_card_bootloader" which loads the startup screen code and executes that
"fnirsi_1013d_startup_screen" which shows the startup screen and loads and executes the actual scope code
"fnirsi_1013d_scope" this is the actual scope code
The code is not that complex. Just look at the main function and you will see the startup process. Atlan already lead you to the touchpanel.c file where all the magic happens.
Success,
Peter