Hi!
Wie kann ich damit ein eigenes Projekt erstellen, bzw. ein anderes Projekt als INSIGHT compilieren?
Paul
** L1007 (W) Duplicate option : "noprelink"
** L2310 (E) Undefined external symbol "_MCS_WriteItem" referenced in "C:\Users\
Paul *******\Allgemeines\Desktop\PRIZM SDK\objects\SYSCALL_VERIFY.obj"
Optimizing Linkage Editor Abort
extern "C"
{
#include "keyboard.hpp"
#include "keyboard_syscalls.h"
#include "display_syscalls.h"
#include "display_tools.h"
#include "app_syscalls.h"
#include "convert_syscalls.h"
#include "system_syscalls.h"
#include "heap_syscalls.h"
#include "RTC_syscalls.h"
#include "STD_syscalls.h"
#include "convert_tools.h"
#include "mcs_syscalls.h"
void G3A_main(void)
{
int key;
Bdisp_AllCr_VRAM();
Print((unsigned char*)"Test");
while (1)
{
GetKey(&key);
}
return;
}
#pragma section _BR_Size
unsigned long BR_Size;
#pragma section
}
//
int PRGM_GetKey(){
unsigned char buffer[12];
PRGM_GetKey_OS( buffer );
return ( buffer[1] & 0x0F ) * 10 + ( ( buffer[2] & 0xF0 ) >> 4 );
}
Zurück zu Prizm SDK (Alle fx-CG Modelle)
Mitglieder in diesem Forum: 0 Mitglieder und 1 Gast