⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bccinst.txt

📁 很少见的源码公开的msc51和z80的c编译器。
💻 TXT
字号:
Building SDCC with Borland C++ under Windows1: Build SDCC under Cygwin as documented in cygwininst.txt (this isnecessary in order to run all the necessary configuration steps).2: From the sdcc directory, run the command "make -f Makefile.bcc". Thisshould regenerate all the .exe files in the bin directory except forsdcdb.exe (which currently doesn't build under Borland C++).3: If you modify any source files and need to rebuild, be aware that thedependancies may not be correctly calculated. The safest option is todelete all .obj files and run the build again. From a Cygwin BASHprompt, this can easily be done with the commmand: 'find . -name "*.obj" -print | xargs rm'from the sdcc directory.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -