successfully compiled BaS_gcc over NFS on a Linux host from the Firebee:

network test passed
This commit is contained in:
Markus Fröschle
2015-01-12 21:37:44 +00:00
parent fe0a0ceb1b
commit 4a68850481
3 changed files with 9 additions and 8 deletions

View File

@@ -39,7 +39,7 @@
#error "unknown machine!"
#endif /* MACHINE_FIREBEE */
#define DBG_DMA
//#define DBG_DMA
#ifdef DBG_DMA
#define dbg(format, arg...) do { xprintf("DEBUG: %s(): " format, __FUNCTION__, ##arg); } while (0)
#else