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

📄 main.plg

📁 这是S3C44B0的BIOS或BOOT LOADER 程序中详细介绍了启动代码和FLASH 的读写 这很容易移植到其它ARM芯片
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: main - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINDOWS\TEMP\RSPC362.TMP" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/main.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"E:\44B0\Boot\main.c"
"E:\44B0\44bLibs\Uart.c"
]
Creating command line "cl.exe @C:\WINDOWS\TEMP\RSPC362.TMP" 
Creating temporary file "C:\WINDOWS\TEMP\RSPC363.TMP" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/main.pdb" /debug /machine:I386 /out:"Debug/main.exe" /pdbtype:sept 
.\Debug\main.obj
.\Debug\Uart.obj
]
Creating command line "link.exe @C:\WINDOWS\TEMP\RSPC363.TMP"
<h3>Output Window</h3>
Compiling...
main.c
e:\44b0\boot\main.c(26) : error C2061: syntax error : identifier 'Uart1_TxInt'
e:\44b0\boot\main.c(26) : error C2059: syntax error : ';'
e:\44b0\boot\main.c(26) : error C2059: syntax error : ')'
e:\44b0\boot\main.c(27) : error C2061: syntax error : identifier 'Uart1_RxInt'
e:\44b0\boot\main.c(27) : error C2059: syntax error : ';'
e:\44b0\boot\main.c(27) : error C2059: syntax error : ')'
e:\44b0\boot\main.c(39) : warning C4013: 'Cache_Init' undefined; assuming extern returning int
e:\44b0\boot\main.c(55) : error C2065: 'Uart1_TxInt' : undeclared identifier
e:\44b0\boot\main.c(56) : error C2065: 'Uart1_RxInt' : undeclared identifier
e:\44b0\boot\main.c(76) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void )'
e:\44b0\boot\main.c(199) : error C2061: syntax error : identifier 'Uart1_TxInt'
e:\44b0\boot\main.c(199) : error C2059: syntax error : ';'
e:\44b0\boot\main.c(199) : error C2059: syntax error : ')'
e:\44b0\boot\main.c(217) : error C2061: syntax error : identifier 'Uart1_RxInt'
e:\44b0\boot\main.c(217) : error C2059: syntax error : ';'
e:\44b0\boot\main.c(217) : error C2059: syntax error : ')'
Uart.c
e:\44b0\44blibs\uart.c(4) : error C2061: syntax error : identifier 'Uart0_TxFifoInt'
e:\44b0\44blibs\uart.c(4) : error C2059: syntax error : ';'
e:\44b0\44blibs\uart.c(4) : error C2059: syntax error : 'type'
e:\44b0\44blibs\uart.c(5) : error C2061: syntax error : identifier 'Uart0_RxFifoInt'
e:\44b0\44blibs\uart.c(5) : error C2059: syntax error : ';'
e:\44b0\44blibs\uart.c(5) : error C2059: syntax error : 'type'
e:\44b0\44blibs\uart.c(7) : error C2061: syntax error : identifier 'Uart01_RxFifoErrorInt'
e:\44b0\44blibs\uart.c(7) : error C2059: syntax error : ';'
e:\44b0\44blibs\uart.c(7) : error C2059: syntax error : 'type'
e:\44b0\44blibs\uart.c(9) : error C2061: syntax error : identifier 'Uart1_TxFifoInt'
e:\44b0\44blibs\uart.c(9) : error C2059: syntax error : ';'
e:\44b0\44blibs\uart.c(9) : error C2059: syntax error : 'type'
e:\44b0\44blibs\uart.c(10) : error C2061: syntax error : identifier 'Uart1_RxFifoInt'
e:\44b0\44blibs\uart.c(10) : error C2059: syntax error : ';'
e:\44b0\44blibs\uart.c(10) : error C2059: syntax error : 'type'
e:\44b0\44blibs\uart.c(37) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void )'
e:\44b0\44blibs\uart.c(38) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void )'
e:\44b0\44blibs\uart.c(47) : error C2065: 'Uart01_RxFifoErrorInt' : undeclared identifier
e:\44b0\44blibs\uart.c(51) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void )'
e:\44b0\44blibs\uart.c(61) : error C2065: 'Uart0_TxFifoInt' : undeclared identifier
e:\44b0\44blibs\uart.c(62) : error C2065: 'Uart0_RxFifoInt' : undeclared identifier
e:\44b0\44blibs\uart.c(69) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void )'
e:\44b0\44blibs\uart.c(79) : error C2065: 'Uart1_TxFifoInt' : undeclared identifier
e:\44b0\44blibs\uart.c(80) : error C2065: 'Uart1_RxFifoInt' : undeclared identifier
e:\44b0\44blibs\uart.c(87) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void )'
e:\44b0\44blibs\uart.c(88) : warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void )'
e:\44b0\44blibs\uart.c(378) : error C2061: syntax error : identifier 'Uart0_TxFifoInt'
e:\44b0\44blibs\uart.c(378) : error C2059: syntax error : ';'
e:\44b0\44blibs\uart.c(378) : error C2059: syntax error : 'type'
e:\44b0\44blibs\uart.c(392) : error C2061: syntax error : identifier 'Uart0_RxFifoInt'
e:\44b0\44blibs\uart.c(392) : error C2059: syntax error : ';'
e:\44b0\44blibs\uart.c(392) : error C2059: syntax error : 'type'
e:\44b0\44blibs\uart.c(434) : error C2061: syntax error : identifier 'Uart01_RxFifoErrorInt'
e:\44b0\44blibs\uart.c(434) : error C2059: syntax error : ';'
e:\44b0\44blibs\uart.c(434) : error C2059: syntax error : 'type'
e:\44b0\44blibs\uart.c(454) : error C2061: syntax error : identifier 'Uart1_TxFifoInt'
e:\44b0\44blibs\uart.c(454) : error C2059: syntax error : ';'
e:\44b0\44blibs\uart.c(454) : error C2059: syntax error : 'type'
e:\44b0\44blibs\uart.c(469) : error C2061: syntax error : identifier 'Uart1_RxFifoInt'
e:\44b0\44blibs\uart.c(469) : error C2059: syntax error : ';'
e:\44b0\44blibs\uart.c(469) : error C2059: syntax error : 'type'
Error executing cl.exe.



<h3>Results</h3>
main.exe - 49 error(s), 8 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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